Skip to content

Commit b8a24fa

Browse files
committed
Update build.gradle
1 parent 5ea9458 commit b8a24fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ nexusStaging {
216216
task updateUniversalJavaApplicationStub(type: Download) {
217217
group 'Update'
218218
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'
219+
src 'https://raw.githubusercontent.com/fvarrui/universalJavaApplicationStub/master/src/universalJavaApplicationStub'
220220
dest file('src/main/resources/mac')
221221
overwrite true
222222
}

0 commit comments

Comments
 (0)