move version from build.gradle.kts to gradle.properties
This commit is contained in:
@@ -3,7 +3,6 @@ plugins {
|
||||
}
|
||||
|
||||
group = "ltd.lulz"
|
||||
version = "0.0.1-SNAPSHOT"
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
|
||||
2
gradle.properties
Normal file
2
gradle.properties
Normal file
@@ -0,0 +1,2 @@
|
||||
kotlin.code.style=official
|
||||
version=0.1.0-SNAPSHOT
|
||||
Reference in New Issue
Block a user