Skip to content

Commit

Permalink
[gradle] Add version catalogue for guava
Browse files Browse the repository at this point in the history
  • Loading branch information
yakhyadabo committed May 18, 2024
1 parent fcba655 commit 4989d11
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,18 @@ include('app_16')
include('app_17')
include('app_18')
include('app_19')

dependencyResolutionManagement {
versionCatalogs {
create("libs") {
library("guava", "com.google.guava:guava:32.1.2-jre")
// library("groovy-core", "org.codehaus.groovy:groovy:3.0.5")
// library("groovy-json", "org.codehaus.groovy:groovy-json:3.0.5")
// library("groovy-nio", "org.codehaus.groovy:groovy-nio:3.0.5")
// library("commons-lang3", "org.apache.commons", "commons-lang3").version {
// strictly("[3.8, 4.0[")
// prefer("3.9")
// }
}
}
}

0 comments on commit 4989d11

Please sign in to comment.