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 5ea9458 commit b8a24faCopy full SHA for b8a24fa
build.gradle
@@ -216,7 +216,7 @@ nexusStaging {
216
task updateUniversalJavaApplicationStub(type: Download) {
217
group 'Update'
218
description 'Downloads universalJavaApplicationStub to src/main/resources/mac and overrides the existing one.'
219
- src 'https://github.com/fvarrui/universalJavaApplicationStub/releases/download/v3.1.0b/universalJavaApplicationStub'
+ src 'https://raw.githubusercontent.com/fvarrui/universalJavaApplicationStub/master/src/universalJavaApplicationStub'
220
dest file('src/main/resources/mac')
221
overwrite true
222
}
0 commit comments