Skip to content

Commit 47ba3ce

Browse files
committed
Update build.gradle
1 parent 77cb654 commit 47ba3ce

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
@@ -233,7 +233,7 @@ nexusStaging {
233233
task updateUniversalJavaApplicationStub(type : Download) {
234234
def version = '20220410.162252'
235235
group 'Update assets'
236-
description 'Downloads compiled and scripted versions of universalJavaApplicationStub to src/main/resources/mac and overrides the existing ones.'
236+
description 'Downloads compiled and scripted versions of universalJavaApplicationStub to src/main/resources/mac overriding the existing ones.'
237237
src([
238238
"https://github.com/fvarrui/universalJavaApplicationStub/releases/download/${version}/universalJavaApplicationStub.sh",
239239
"https://github.com/fvarrui/universalJavaApplicationStub/releases/download/${version}/universalJavaApplicationStub.x86_64",

0 commit comments

Comments
 (0)