Skip to content

Commit 8169d49

Browse files
build.gradle: Updated java version to download.
1 parent 59c94b7 commit 8169d49

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
@@ -25,7 +25,7 @@ ext {
2525
copyYears = "2004-${new Date().format('yyyy')}"
2626
libJNIPaths = ['.']
2727

28-
jreDownloadVersion = "jdk-11.0.21+9"
28+
jreDownloadVersion = "jdk-11.0.28+6"
2929

3030
// optional "gradle.local.properties" file properties
3131
runUiScale = 1.0 // Default UI scale factor for application task

0 commit comments

Comments
 (0)