Skip to content

Commit

Permalink
⬆️
Browse files Browse the repository at this point in the history
Kotlin 1.2.40
Gradle 4.7
KotlinTest 3.0.4
Shadow Plugin 2.0.3
  • Loading branch information
elect86 committed Apr 23, 2018
1 parent 5e87f2c commit b45da5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'com.github.johnrengelman.shadow'

buildscript {

ext.kotlinVersion = '1.2.40-eap-51'
ext.kotlinVersion = '1.2.40'

repositories {
jcenter() // shadow
Expand All @@ -22,7 +22,8 @@ buildscript {

dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.2'
classpath 'com.github.jengelman.gradle.plugins:shadow:2.0.3'
classpath "org.junit.platform:junit-platform-gradle-plugin:1.1.0"
}
}

Expand All @@ -31,9 +32,9 @@ dependencies {

compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

compile 'com.github.kotlin-graphics:gli:91ad7a57f34c4bec4956fc4734ecd81ee0e41ccb'
compile 'com.github.kotlin-graphics:gli:93e5d7fd37ade9634b447953dde1816d8a324261'

testCompile 'io.kotlintest:kotlintest:2.0.7'
testCompile 'io.kotlintest:kotlintest-runner-junit5:3.0.4'

switch (OperatingSystem.current()) {
case OperatingSystem.WINDOWS:
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b45da5f

Please sign in to comment.