Skip to content

Commit

Permalink
Upgraded Gradle Wrapper, eliminated redundant JavaDoc plugins, and Re…
Browse files Browse the repository at this point in the history
…moved bintray plugin
  • Loading branch information
cer committed Mar 18, 2021
1 parent 29f9d56 commit 7bec309
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-all.zip
2 changes: 1 addition & 1 deletion migration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ test {
}

forkEvery 1
}
}
2 changes: 1 addition & 1 deletion order-history-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ dependencies {

test {
systemProperty "debug", "true"
}
}

0 comments on commit 7bec309

Please sign in to comment.