Gradle build fix. Version 4.0 not working

This commit is contained in:
darksnake 2017-06-16 22:00:08 +03:00
parent 8b2c2fb4e0
commit fb9f55c633
4 changed files with 5 additions and 5 deletions

View File

@ -39,5 +39,5 @@ subprojects {
task wrapper(type: Wrapper) {
gradleVersion = '3.4.1'
gradleVersion = '3.5.0'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Wed Apr 05 18:15:59 MSK 2017
#Fri Jun 16 20:54:50 MSK 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5.0-bin.zip

View File

@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.2-2'
ext.kotlin_version = '1.1.2-5'
repositories {
mavenCentral()
@ -29,7 +29,7 @@ dependencies {
//graphics
compile 'org.controlsfx:controlsfx:8.40.12'
compile "no.tornado:tornadofx:1.7.4"
compile "no.tornado:tornadofx:1.7.5"
}
task installAll(type: Copy) {