mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Kotlin 1.0.2. Enable experimental incremental compilation in Gradle.
This commit is contained in:
parent
3f77de0de8
commit
232a4b7f53
@ -12,7 +12,7 @@ allprojects {
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.0.1'
|
||||
ext.kotlin_version = '1.0.2'
|
||||
ext.quasar_version = '0.7.5'
|
||||
ext.asm_version = '0.5.3'
|
||||
ext.artemis_version = '1.2.0'
|
||||
@ -57,6 +57,7 @@ dependencies {
|
||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
compile "org.jetbrains.kotlin:kotlin-test:$kotlin_version"
|
||||
compile "org.jetbrains.kotlinx:kotlinx-support-jdk8:0.1"
|
||||
|
||||
compile "com.google.guava:guava:19.0"
|
||||
|
||||
|
1
gradle.properties
Normal file
1
gradle.properties
Normal file
@ -0,0 +1 @@
|
||||
kotlin.incremental=true
|
@ -8,7 +8,7 @@ fi
|
||||
if [ ! -e lib/dokka.jar ]; then
|
||||
echo "Downloading Dokka tool ... "
|
||||
echo
|
||||
wget -O lib/dokka.jar https://github.com/Kotlin/dokka/releases/download/0.9.7/dokka-fatjar.jar
|
||||
wget -O lib/dokka.jar https://github.com/Kotlin/dokka/releases/download/0.9.8/dokka-fatjar.jar
|
||||
fi
|
||||
|
||||
echo "Generating docsite ..."
|
||||
|
Loading…
x
Reference in New Issue
Block a user