Skip to content

Commit

Permalink
chore: Resolve gradle deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Aug 29, 2023
1 parent d8c47fb commit 90813f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {
alias libs.plugins.spotless
alias libs.plugins.indra.licenser.spotless
alias libs.plugins.indra.crossdoc
alias libs.plugins.nexusPublish
id 'eclipse'
}

Expand All @@ -13,6 +14,7 @@ dependencies {
testImplementation platform(libs.junit.bom)
testImplementation libs.junit.api
testRuntimeOnly libs.junit.engine
testRuntimeOnly libs.junit.launcher
checkstyle libs.stylecheck
compileOnly libs.jansi
}
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jetbrainsAnnotations = "org.jetbrains:annotations:24.0.1"
junit-bom = { module = "org.junit:junit-bom", version.ref = "junit" }
junit-api = { module = "org.junit.jupiter:junit-jupiter-api" }
junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine" }
junit-launcher = { module = "org.junit.platform:junit-platform-launcher" }
stylecheck = { module = "ca.stellardrift:stylecheck", version = "0.2.1" }
jansi = { module = "org.fusesource.jansi:jansi", version = "2.4.0" }

Expand All @@ -23,4 +24,5 @@ indra-checkstyle = { id = "net.kyori.indra.checkstyle", version.ref = "indra" }
indra-crossdoc = { id = "net.kyori.indra.crossdoc", version.ref = "indra" }
indra-licenser-spotless = { id = "net.kyori.indra.licenser.spotless", version.ref = "indra" }
indra-publishing-sonatype = { id = "net.kyori.indra.publishing.sonatype", version.ref = "indra" }
nexusPublish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0-rc-1" }
spotless = "com.diffplug.spotless:6.20.0"

0 comments on commit 90813f0

Please sign in to comment.