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 0906561 commit 9f86a55Copy full SHA for 9f86a55
build.gradle
@@ -1,6 +1,6 @@
1
plugins {
2
id('groovy')
3
- id('org.jreleaser').version('1.0.0-M3').apply(false)
+ id('org.jreleaser').version('1.0.0').apply(false)
4
}
5
6
String userHome = System.getProperty('user.home')
gradle/release.gradle
@@ -34,9 +34,7 @@ jreleaser {
34
distributionType = 'BINARY'
35
artifact {
36
path = "build/distributions/{{distributionName}}-${sdkmanVersion}.zip"
37
- // binary artifacts are platform-dependent and require a platform identifier
38
- // see https://github.com/jreleaser/jreleaser/issues/794 for more details
39
- platform = "osx-x86_64"
+ extraProperties.put("universal", "true")
40
41
brew {
42
active = 'ALWAYS'
0 commit comments