Skip to content

Commit

Permalink
Fix cross
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Sep 19, 2024
1 parent f1c84ed commit bdbf05b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ test {
}
}

if (project.hasProperty('onlylinuxathena') || project.hasProperty('onlylinuxarm32') || project.hasProperty('onlylinuxarm64') || project.hasProperty('onlywindowsarm64')) {
test.enabled = false
}

// Set up exports properly
nativeUtils {
exportsConfigs {
Expand Down

0 comments on commit bdbf05b

Please sign in to comment.