Skip to content

Commit

Permalink
Merge pull request #993 from KyoriPowered/fix/gradle-deprecations
Browse files Browse the repository at this point in the history
chore(build): Bump plugin versions to resolve Gradle deprecations
  • Loading branch information
zml2008 authored Nov 7, 2023
2 parents 5ea193e + 64b0e69 commit 47a1035
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,3 @@ jobs:
call-build:
uses: "KyoriPowered/.github/.github/workflows/shared-ci.yaml@trunk"
secrets: "inherit"
with:
gradle_warning_mode: 'all' # allow deprecations until an update is available for the JMH plugin
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies {
testImplementation(libs.junit.api)
testImplementation(libs.junit.engine)
testImplementation(libs.junit.params)
testRuntimeOnly(libs.junit.launcher)
}

spotless {
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ examination = "1.3.0"
guava = "32.1.3-jre"
indra = "3.1.3"
jmh = "1.37"
jmhPlugin = "0.7.1"
jmhPlugin = "0.7.2"
junit = "5.10.0"
slf4j = "2.0.1"
truth = "1.1.5"
Expand Down Expand Up @@ -64,7 +64,7 @@ build-indra-sonatype = { module = "net.kyori:indra-publishing-sonatype", version
build-indra-spotless = { module = "net.kyori:indra-licenser-spotless", version.ref = "indra" }
build-goomph = "com.diffplug.gradle:goomph:3.43.0"
build-jmh = { module = "me.champeau.jmh:jmh-gradle-plugin", version.ref = "jmhPlugin" }
build-testLogger = "com.adarshr:gradle-test-logger-plugin:3.2.0"
build-testLogger = "com.adarshr:gradle-test-logger-plugin:4.0.0"

# unused, for renovate
zCheckstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = "checkstyle" }
Expand Down

0 comments on commit 47a1035

Please sign in to comment.