mirror of
https://gitea.com/actions/setup-java.git
synced 2025-04-21 16:25:47 +08:00
Merge a8ea2555c90face24d86c58ad79941120208b2da into a1c6c9c8677803c9f4bd31e0f15ac0844258f955
This commit is contained in:
commit
11bed650d2
12
.github/java.json
vendored
12
.github/java.json
vendored
@ -9,6 +9,18 @@
|
||||
"message": 3
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"owner": "javac",
|
||||
"pattern": [
|
||||
{
|
||||
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
|
||||
"file": 1,
|
||||
"line": 2,
|
||||
"severity": 3,
|
||||
"message": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user