FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
actions-setup-java/.github/java.json at main · ContentSquare/actions-setup-java · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
ContentSquare
/
actions-setup-java
Public
forked from
actions/setup-java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
7
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Security and quality
Insights
Expand file tree
Breadcrumbs
actions-setup-java
/
.github
/
java.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
39 lines (39 loc) · 1023 Bytes
Breadcrumbs
actions-setup-java
/
.github
/
java.json
Copy path
File metadata and controls
39 lines (39 loc) · 1023 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"problemMatcher"
: [
{
"owner"
:
"
java
"
,
"pattern"
: [
{
"regexp"
:
"
^Exception in thread
\"
(.*)
\"
(.*): (.*)$
"
,
"code"
:
2
,
"message"
:
3
}
]
},
{
"owner"
:
"
javac
"
,
"pattern"
: [
{
"regexp"
:
"
^([^:]+):(
\\
d+): (warning|error): (.+?)$
"
,
"file"
:
1
,
"line"
:
2
,
"severity"
:
3
,
"message"
:
4
}
]
},
{
"owner"
:
"
maven-javac
"
,
"pattern"
: [
{
"regexp"
:
"
^
\\
[(WARNING|ERROR)
\\
]
\\
s+(.+?
\\
.java):
\\
[(
\\
d+),(
\\
d+)
\\
]
\\
s+(.+)$
"
,
"severity"
:
1
,
"file"
:
2
,
"line"
:
3
,
"column"
:
4
,
"message"
:
5
}
]
}
]
}
Back
|
FazBrowse Home
|
New Git URL