Skip to content

Commit

Permalink
Use Java 11 because dtcw version 2.2.1 uses gradle 6.9.2 which requir…
Browse files Browse the repository at this point in the history
…es java below or equal version 16
  • Loading branch information
MBoegers committed Nov 21, 2023
1 parent 4d867c7 commit e45deee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtcw
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ how_to_install_sdkman() {
}

local_install_java() {
version=17
version=11
implementation=hotspot
heapsize=normal
imagetype=jdk
Expand Down

0 comments on commit e45deee

Please sign in to comment.