Skip to content

Commit 5a456bf

Browse files
committed
U why javalauncher to 1.1.2
1 parent 7dbb905 commit 5a456bf

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

build.gradle

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ nexusStaging {
232232

233233
task updateUniversalJavaApplicationStub(type : Download) {
234234
def version = '20220410.162252'
235-
group 'Update universalJavaApplicationStub'
236-
description 'Downloads and ovewrites compiled and scripted versions of universalJavaApplicationStub to src/main/resources/mac and overrides the existing ones.'
235+
group 'Update assets'
236+
description 'Downloads compiled and scripted versions of universalJavaApplicationStub to src/main/resources/mac and overrides 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",
@@ -244,3 +244,14 @@ task updateUniversalJavaApplicationStub(type : Download) {
244244
overwrite true
245245
}
246246

247+
task updateWhyJavaLauncher(type : Download) {
248+
def version = '1.1.2'
249+
group 'Update assets'
250+
description 'Downloads JavaLauncher.exe to src/main/resources/windows and overwrites the existing one.'
251+
src([
252+
"https://github.com/AstroImageJ/Why/releases/download/${version}/JavaLauncher.exe"
253+
])
254+
dest file('src/main/resources/windows')
255+
overwrite true
256+
}
257+
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)