Minor, move version declaration to the correct place

This commit is contained in:
Alexander Udalov
2018-05-16 19:16:08 +02:00
parent e1a4bd01f5
commit ed2439c905
@@ -6,6 +6,9 @@ plugins {
kotlin("jvm")
}
// Change this version before publishing
version = "0.1-SNAPSHOT"
sourceSets {
"main" { projectDefault() }
"test" { projectDefault() }
@@ -56,9 +59,6 @@ sourcesJar {
}
javadocJar()
// Change this version before publishing
version = "0.1-SNAPSHOT"
// publish()
projectTest {