Debug env

This commit is contained in:
crschnick
2023-02-01 10:10:26 +00:00
parent 0b77718a92
commit e57a952a62
+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()