Debug env

This commit is contained in:
crschnick
2023-02-01 10:10:26 +00:00
parent a6f83f4500
commit 3cfbaec4a3
+2
View File
@@ -19,6 +19,8 @@ def getArchName() {
return arch
}
println(System.getenv('RELEASE'))
project.ext {
ci = System.getenv('CI') != null
os = org.gradle.internal.os.OperatingSystem.current()