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

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

View File

@@ -6,7 +6,6 @@ plugins {
}
group = "ltd.hlaeja"
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