Fix refresh, update version to 0.1.8

This commit is contained in:
2019-11-15 20:27:47 +01:00
parent 0948edb7ca
commit fb4b7053cc
3 changed files with 26 additions and 29 deletions

View File

@@ -1,5 +1,5 @@
group 'nl.astraeus'
version '0.1.7'
version '0.1.9-SNAPSHOT'
apply plugin: 'kotlin2js'
apply plugin: 'kotlin-dce-js'
@@ -42,7 +42,6 @@ dependencies {
compile 'org.jetbrains.kotlinx:kotlinx-html-js:0.6.10'
}
/*
uploadArchives {
//println 'user: ' + nexusUsername
repositories {
@@ -56,7 +55,6 @@ uploadArchives {
}
}
}
*/
compileKotlin2Js {
kotlinOptions.sourceMap = true