This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' com.gradle.build-scan' version ' 1.9 ' // declare before any other plugin
2+ id ' com.gradle.build-scan' version ' 1.14 ' // declare before any other plugin
33 id ' com.jfrog.bintray' version ' 1.8.0'
44 id ' com.google.osdetector' version ' 1.4.0'
55 id ' com.github.sherter.google-java-format' version ' 0.6' apply false
@@ -8,7 +8,7 @@ plugins {
88 id ' io.morethan.jmhreport' version ' 0.6.2.1' apply false
99}
1010
11- buildScan { licenseAgreementUrl = ' https://gradle.com/terms-of-service' ; licenseAgree = ' yes' }
11+ buildScan { licenseAgreementUrl = ' https://gradle.com/terms-of-service' ; licenseAgree = ' yes' ; publishAlways() }
1212
1313project(' :auth' ) {
1414 description = ' Netifi Proteus Authentication Utilities'
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22distributionPath =wrapper/dists
33zipStoreBase =GRADLE_USER_HOME
44zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-4.6 -bin.zip
5+ distributionUrl =https\://services.gradle.org/distributions/gradle-4.8 -bin.zip
You can’t perform that action at this time.
0 commit comments