add cleanup dependencies tasks for buildSrc

change embedded kotlin version to bootstrap for buildSrc
This commit is contained in:
nataliya.valtman
2020-01-29 14:27:02 +03:00
parent ea7b5827ab
commit 8a8536f8ae
13 changed files with 181 additions and 194 deletions
+6 -2
View File
@@ -1,13 +1,17 @@
org.gradle.jvmargs=-Duser.country=US -Dkotlin.daemon.jvm.options=-Xmx1600m -Dfile.encoding=UTF-8
cacheRedirectorEnabled=true
defaultSnapshotVersion=1.4-SNAPSHOT
kotlin.compiler.effectSystemEnabled=true
kotlin.compiler.newInferenceEnabled=true
#maven.repository.mirror=http://repository.jetbrains.com/remote-repos/
#bootstrap.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
#bootstrap.kotlin.version=1.1.50-dev-1451
#bootstrap.custom.kotlin.repo=https://dl.bintray.com/kotlin/kotlin-dev
#bootstrap.custom.kotlin.version=1.1.50-dev-1451
bootstrap.kotlin.version=1.4.0-dev-1148
#signingRequired=true
#org.gradle.debug=true
## The following properties can be added to your local.properties file to customize the build: