Skip to content

Commit 78b1f34

Browse files
committed
version
1 parent 6385242 commit 78b1f34

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

build.gradle

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
//apply plugin: 'kotlin-platform-js'
21
apply plugin: "kotlin2js"
3-
//apply plugin: "kotlin-dce-js"
42
apply plugin: "com.moowork.node"
53

4+
version '0.0.1-SNAPSHOT'
5+
66
buildscript {
77

88
ext {
@@ -29,9 +29,6 @@ ext {
2929
wrapper_mocha_version = '3.0.1-pre.34-kotlin-1.2.51'
3030
}
3131

32-
//node {
33-
// download = true
34-
//}
3532
task sourcesJar(type: Jar) {
3633
classifier = 'sources'
3734
from sourceSets.main.allSource
@@ -61,6 +58,5 @@ compileKotlin2Js {
6158
sourceMap = true
6259
sourceMapEmbedSources = "always"
6360
moduleKind = "commonjs"
64-
// metaInfo = false
6561
}
6662
}

0 commit comments

Comments
 (0)