diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index e708b1c02..7454180f2 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 549d84424..05679dc3c 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 diff --git a/gradlew b/gradlew index 4f906e0c8..744e882ed 100755 --- a/gradlew +++ b/gradlew @@ -72,7 +72,7 @@ case "`uname`" in Darwin* ) darwin=true ;; - MINGW* ) + MSYS* | MINGW* ) msys=true ;; NONSTOP* ) diff --git a/tritium-processor/build.gradle b/tritium-processor/build.gradle index 7068bf4e8..323bf25a5 100644 --- a/tritium-processor/build.gradle +++ b/tritium-processor/build.gradle @@ -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'