We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9573ab commit 508ad77Copy full SHA for 508ad77
plugins/examples/settings.gradle
@@ -61,7 +61,7 @@ static def getDefaultDistroProjectName() {
61
} else if (os.startsWith("Linux") || os.startsWith("LINUX")) {
62
return isArm ? 'linux-aarch64-tar' : 'linux-tar'
63
} else if (os.startsWith("Mac")) {
64
- return isArm ? 'darwing-aarch64-tar' : 'darwin-tar'
+ return isArm ? 'darwin-aarch64-tar' : 'darwin-tar'
65
} else {
66
throw new GradleException("Unable to determine system platform type.")
67
}
0 commit comments