Skip to content

Commit

Permalink
Try to fix module dependency issue by downgrading `extra-java-modulle…
Browse files Browse the repository at this point in the history
…-info` to 1.8 from 1.9

Signed-off-by: David S Bakin <[email protected]>
  • Loading branch information
david-bakin-sl committed Nov 19, 2024
1 parent 6624766 commit 3838d1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation("io.github.gradle-nexus:publish-plugin:1.3.0")
implementation("me.champeau.jmh:jmh-gradle-plugin:0.7.2")
implementation("net.swiftzer.semver:semver:1.3.0")
implementation("org.gradlex:extra-java-module-info:1.9")
implementation("org.gradlex:extra-java-module-info:1.8")
implementation("org.gradlex:jvm-dependency-conflict-resolution:2.1.2")
implementation("org.gradlex:java-module-dependencies:1.7.1")
implementation(
Expand Down

0 comments on commit 3838d1f

Please sign in to comment.