Skip to content

Commit 370cdac

Browse files
committed
include other archetictures property
1 parent c6b30e5 commit 370cdac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'fabric-loom' version "1.14-SNAPSHOT"
33
id 'maven-publish'
44
}
5-
def INCLUDE_OTHER_ARCHS = false
5+
def INCLUDE_OTHER_ARCHS = "true".equalsIgnoreCase(project.findProperty("includeOtherArchs"))
66

77
def isInGHA = System.getenv("GITHUB_ACTIONS") == "true"
88

0 commit comments

Comments
 (0)