Skip to content

Commit bf28e5e

Browse files
committed
chore(build): Bump toolchain versions to be able to keep running Errorprone
1 parent ca3a6c1 commit bf28e5e

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ jobs:
1111
call-build:
1212
uses: KyoriPowered/.github/.github/workflows/shared-ci.yaml@trunk
1313
secrets: inherit
14+
with:
15+
runtime_version: 17

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ allprojects {
6060
ci true
6161
publishing true
6262
}
63+
javaVersions {
64+
minimumToolchain 17
65+
}
6366
mitLicense()
6467
checkstyle(libs.versions.checkstyle.get())
6568

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ errorprone = { module = "com.google.errorprone:error_prone_core", version.ref =
2626
zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
2727

2828
[plugins]
29-
errorprone = "net.ltgt.errorprone:4.0.1"
29+
errorprone = "net.ltgt.errorprone:4.2.0"
3030
indra = { id = "net.kyori.indra", version.ref = "indra" }
3131
indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
3232
indra-licenserSpotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }

0 commit comments

Comments
 (0)