Skip to content

Commit

Permalink
Remove sourceCompatibility and use Java 21
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkumar committed May 18, 2024
1 parent 4b38820 commit 8f3a19a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion JShellAPI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {
var outputImage = 'togetherjava.org:5001/togetherjava/jshellbackend:master' ?: 'latest'

jib {
from.image = 'eclipse-temurin:19'
from.image = 'eclipse-temurin:21'
to {
image = outputImage
auth {
Expand Down
1 change: 0 additions & 1 deletion JShellWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ group 'org.togetherjava'
version '1.0-SNAPSHOT'

mainClassName = 'Main' // Debugging only
sourceCompatibility = 19

run { // Debugging only
standardInput = System.in
Expand Down

0 comments on commit 8f3a19a

Please sign in to comment.