mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-04 03:14:40 -05:00
Download directly to file instead of a dir (#70)
This commit is contained in:
@@ -207,7 +207,7 @@ tasks {
|
|||||||
|
|
||||||
register<de.undercouch.gradle.tasks.download.Download>("downloadJre") {
|
register<de.undercouch.gradle.tasks.download.Download>("downloadJre") {
|
||||||
src("https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x86-32_windows_hotspot_8u282b08.zip")
|
src("https://github.com/AdoptOpenJDK/openjdk8-binaries/releases/download/jdk8u282-b08/OpenJDK8U-jre_x86-32_windows_hotspot_8u282b08.zip")
|
||||||
dest(buildDir)
|
dest("$buildDir/OpenJDK8U-jre_x86-32_windows_hotspot_8u282b08.zip")
|
||||||
overwrite(false)
|
overwrite(false)
|
||||||
onlyIfModified(true)
|
onlyIfModified(true)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user