Skip to content

Commit

Permalink
Force more consistent dependency resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Sep 30, 2023
1 parent 192a4a0 commit 03b9389
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ java {
vendor.set(JvmVendorSpec.ADOPTIUM)
}
withSourcesJar()
consistentResolution {
useCompileClasspathVersions()
}
}

repositories {
Expand Down

0 comments on commit 03b9389

Please sign in to comment.