Skip to content

Commit

Permalink
Merge pull request #430 from aol/upgrade_gradle
Browse files Browse the repository at this point in the history
upgrade gradle to latest version
  • Loading branch information
jijisv authored Sep 16, 2020
2 parents 07cc233 + 035de1b commit c720086
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 9 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ subprojects {

}

task wrapper(type: Wrapper) {
gradleVersion = '2.14.1'
}

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-2.14.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
1 change: 0 additions & 1 deletion micro-async-data-loader/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies {
compile project(':micro-manifest-comparator')
testCompile project(':micro-grizzly-with-jersey')
testCompile project(':micro-couchbase')
testCompile 'com.github.johnmcclean-aol:couchbasemock:master'
}

modifyPom {
Expand Down
1 change: 0 additions & 1 deletion micro-async-data-writer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies {
compile project(':micro-manifest-comparator')
testCompile project(':micro-grizzly-with-jersey')
testCompile project(':micro-couchbase')
testCompile 'com.github.johnmcclean-aol:couchbasemock:master'
}

modifyPom {
Expand Down
1 change: 0 additions & 1 deletion micro-couchbase/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ dependencies {
}
testCompile group: 'com.cyrusinnovation', name: 'mockito-groovy-support', version: '1.3'
testCompile 'cglib:cglib-nodep:2.2'
testCompile 'com.github.johnmcclean-aol:couchbasemock:master'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: hamcrestVersion
testCompile project(':micro-grizzly-with-jersey')
}
Expand Down
2 changes: 1 addition & 1 deletion micro-curator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sourceSets {
}

task integTest(type: Test) {
testClassesDir = sourceSets.integTest.output.classesDir
testClassesDirs = sourceSets.integTest.output.classesDirs
classpath = sourceSets.integTest.runtimeClasspath
}

Expand Down

0 comments on commit c720086

Please sign in to comment.