Skip to content

Commit

Permalink
Excavator: Update to Gradle 7 (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Aug 13, 2021
1 parent 8944bc2 commit 2a4a20c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ case "`uname`" in
Darwin* )
darwin=true
;;
MINGW* )
MSYS* | MINGW* )
msys=true
;;
NONSTOP* )
Expand Down
18 changes: 9 additions & 9 deletions tritium-processor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
apply plugin: 'com.palantir.external-publish-jar'

dependencies {
compile project(':tritium-annotations')
compile project(':tritium-api')
compile project(':tritium-registry')
compile project(':tritium-core')
api project(':tritium-annotations')
api project(':tritium-api')
api project(':tritium-registry')
api project(':tritium-core')

compile 'com.squareup:javapoet'
compile 'com.google.guava:guava'
compile 'com.google.code.findbugs:jsr305'
compile 'com.palantir.safe-logging:preconditions'
compile 'com.palantir.goethe:goethe'
api 'com.squareup:javapoet'
api 'com.google.guava:guava'
api 'com.google.code.findbugs:jsr305'
api 'com.palantir.safe-logging:preconditions'
api 'com.palantir.goethe:goethe'

testImplementation 'com.google.testing.compile:compile-testing'
testImplementation 'com.google.guava:guava'
Expand Down

0 comments on commit 2a4a20c

Please sign in to comment.