Skip to content

Commit 0cdc547

Browse files
Update jme3-examples/build.gradle
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent ae3fe87 commit 0cdc547

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

jme3-examples/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ task downloadProtonRuntime {
8383
task downloadProtonJdk {
8484
description = "Download and extract the Adoptium Java ${protonToolchainVersion} Windows JDK used to bootstrap Gradle inside Proton."
8585
outputs.dir(protonJdkExtractDir)
86+
inputs.property("url", protonJdkDownloadUrl)
8687

8788
doLast {
8889
def archiveFile = protonJdkArchive.get().asFile

0 commit comments

Comments
 (0)