1 parent c6b30e5 commit 370cdacCopy full SHA for 370cdac
1 file changed
build.gradle
@@ -2,7 +2,7 @@ plugins {
2
id 'fabric-loom' version "1.14-SNAPSHOT"
3
id 'maven-publish'
4
}
5
-def INCLUDE_OTHER_ARCHS = false
+def INCLUDE_OTHER_ARCHS = "true".equalsIgnoreCase(project.findProperty("includeOtherArchs"))
6
7
def isInGHA = System.getenv("GITHUB_ACTIONS") == "true"
8
0 commit comments