move version from build.gradle.kts to gradle.properties

This commit is contained in:
2025-04-07 16:36:37 +02:00
parent 79464ef7f5
commit c38b276a9f
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,6 @@ plugins {
}
group = "ltd.lulz"
version = "0.0.1-SNAPSHOT"
java {
toolchain {

2
gradle.properties Normal file
View File

@@ -0,0 +1,2 @@
kotlin.code.style=official
version=0.1.0-SNAPSHOT