Updates gradle to 3.0. Now that the check bug is fixed, removes the empty check tasks. (#101)

This commit is contained in:
Fred Silberberg
2016-08-21 08:16:33 -07:00
committed by Jonathan Leitschuh
parent 7845caa100
commit e653a228fa
5 changed files with 3 additions and 5 deletions

View File

@@ -76,5 +76,5 @@ build.dependsOn wpiutilSourceZip
apply from: 'publish.gradle'
task wrapper(type: Wrapper) {
gradleVersion = '2.14'
gradleVersion = '3.0'
}

Binary file not shown.

View File

@@ -1,6 +1,6 @@
#Fri Jul 22 19:04:27 PDT 2016
#Sat Aug 20 17:01:11 PDT 2016
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.0-bin.zip

View File

@@ -122,7 +122,6 @@ if (buildArm) {
project(':native:ntcore') {
apply plugin: 'cpp'
task check
apply from: "${rootDir}/toolchains/native.gradle"

View File

@@ -84,7 +84,6 @@ if (buildArm) {
project(':native:wpiutil') {
apply plugin: 'cpp'
task check
apply from: "${rootDir}/toolchains/native.gradle"