Gradle build fix. Version 4.0 not working
This commit is contained in:
parent
8b2c2fb4e0
commit
fb9f55c633
@ -39,5 +39,5 @@ subprojects {
|
||||
|
||||
|
||||
task wrapper(type: Wrapper) {
|
||||
gradleVersion = '3.4.1'
|
||||
gradleVersion = '3.5.0'
|
||||
}
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user