Skip to content
This repository has been archived by the owner on Oct 8, 2020. It is now read-only.

Commit

Permalink
chore(build): upgrade Gradle to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed May 17, 2018
1 parent 5608b62 commit 62da0ca
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 16 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ buildscript {
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath "org.junit.platform:junit-platform-gradle-plugin:$junitVersion"
classpath "com.netflix.nebula:nebula-kotlin-plugin:$kotlinVersion"
classpath "com.netflix.spinnaker.gradle:spinnaker-gradle-project:3.16.0"
classpath "com.netflix.spinnaker.gradle:spinnaker-gradle-project:4.0.0"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.15"
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
}
Expand Down
15 changes: 3 additions & 12 deletions gradle/spek.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
* limitations under the License.
*/

apply plugin: "org.junit.platform.gradle.plugin"

repositories {
maven { url "http://dl.bintray.com/jetbrains/spek" }
}

dependencies {
// only needed to run tests in IntelliJ
testCompile "org.junit.platform:junit-platform-runner:$junitVersion"
Expand All @@ -28,11 +22,8 @@ dependencies {
testRuntime "org.jetbrains.spek:spek-junit-platform-engine:$spekVersion"
}

junitPlatform {
platformVersion junitVersion
filters {
engines {
include "spek"
}
test {
useJUnitPlatform {
includeEngines "spek"
}
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Fri Sep 22 14:39:27 PDT 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.1-bin.zip

0 comments on commit 62da0ca

Please sign in to comment.