Skip to content

Commit 9f86a55

Browse files
author
Oliver Weiler
authored
Bump JReleaser from 1.0.0-M3 to 1.0.0 (#1091)
1 parent 0906561 commit 9f86a55

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id('groovy')
3-
id('org.jreleaser').version('1.0.0-M3').apply(false)
3+
id('org.jreleaser').version('1.0.0').apply(false)
44
}
55

66
String userHome = System.getProperty('user.home')

gradle/release.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jreleaser {
3434
distributionType = 'BINARY'
3535
artifact {
3636
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"
37+
extraProperties.put("universal", "true")
4038
}
4139
brew {
4240
active = 'ALWAYS'

0 commit comments

Comments
 (0)