Skip to content

Commit

Permalink
Merge pull request #673 from cherylking/updateXtendLibDep
Browse files Browse the repository at this point in the history
Update xtend_lib version and remove guava version rule
  • Loading branch information
cdietrich committed Oct 14, 2022
2 parents f84db76 + 18c0c84 commit eb1f411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions gradle/java-compiler-settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ signJar.dependsOn jar, sourcesJar, javadocJar

artifacts.archives sourcesJar, javadocJar

configurations.all {
resolutionStrategy {
force "com.google.guava:guava:18.0"
}
}

if (findProperty('ignoreTestFailures') == 'true') {
tasks.withType(Test) {
ignoreFailures = true
Expand Down
4 changes: 2 additions & 2 deletions gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
version = '0.17.0-SNAPSHOT'

ext.versions = [
'xtend_lib': '2.24.0',
'guava': '[14.0,31)',
'xtend_lib': '2.28.0',
'guava': '[30.1,31)',
'guava_orbit': '30.1.0.v20210127-2300',
'gson': '[2.9.1,2.10)',
'gson_orbit': '2.9.1.v20220915-1632',
Expand Down

0 comments on commit eb1f411

Please sign in to comment.