Skip to content

Commit fe61c3a

Browse files
authored
Merge pull request #78 from KyoriPowered/renovate/error-prone-monorepo
chore(deps): Update dependency com.google.errorprone:error_prone_core to v2.38.0
2 parents 55c7075 + bf28e5e commit fe61c3a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ checkstyle = "10.23.1"
66
indra = "3.1.3"
77
junit = "5.12.2"
88
stylecheck = "0.2.1"
9-
errorprone = "2.30.0"
9+
errorprone = "2.38.0"
1010

1111
[libraries]
1212
jetbrainsAnnotations = "org.jetbrains:annotations:25.0.0"
@@ -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)