Debug env

This commit is contained in:
crschnick 2023-02-01 10:10:26 +00:00
parent 51dda0606f
commit d3046933c1

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()