Skip to content

Commit

Permalink
fix: bump java-ecosystem-caps to resolve guava issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zml2008 committed Jul 5, 2023
1 parent 05c4b29 commit afc2b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mammoth = { module = "net.kyori:mammoth", version.ref = "mammoth" }
asm = { module = "org.ow2.asm:asm", version.ref = "asm" }
cadixLicenser = "gradle.plugin.org.cadixdev.gradle:licenser:0.6.1"
# https://github.com/gradlex-org/java-ecosystem-capabilities
javaEcosystemCapabilities = { module = "org.gradlex:java-ecosystem-capabilities", version = "1.1" }
javaEcosystemCapabilities = { module = "org.gradlex:java-ecosystem-capabilities", version = "1.3.1" }
kotlinPlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

# git
Expand Down

0 comments on commit afc2b77

Please sign in to comment.