1
0
Fork 0
mirror of https://github.com/actions/setup-java.git synced 2024-09-19 16:16:43 +00:00

fix spaces

This commit is contained in:
Trass3r 2023-12-01 01:12:38 +01:00 committed by GitHub
parent 817fb5daef
commit a8ea2555c9
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23

22
.github/java.json vendored
View file

@ -11,16 +11,16 @@
]
},
{
"owner": "javac",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
"owner": "javac",
"pattern": [
{
"regexp": "^([^:]+):(\\d+): (warning|error): (.+?)$",
"file": 1,
"line": 2,
"severity": 3,
"message": 4
}
]
}
]
}