Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit ced8aec

Browse files
committed
Upgraded to Gradle 4.8 and turned on buildscans
1 parent 64d999b commit ced8aec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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

1313
project(':auth') {
1414
description = 'Netifi Proteus Authentication Utilities'

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=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

0 commit comments

Comments
 (0)