fix agaaaaain

This commit is contained in:
2025-01-30 12:10:49 +01:00
committed by Janet-Doe
parent 3fa22a4cf0
commit 39529e0b64

View File

@@ -11,7 +11,7 @@ plugins {
id 'application'
}
project.ext.os = System.properties['os.name'].toLowerCase()
project.ext.os = System.properties['os.name'].toLowerCase().split(" ")[0]
repositories {
// Use Maven Central for resolving dependencies.