Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
upgraded java version gradle is compiling to
Browse files Browse the repository at this point in the history
Signed-off-by: Holly Hunt <[email protected]>
  • Loading branch information
Wyvinar committed Jun 27, 2024
1 parent daeb91f commit cac7309
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {

group = 'dev.galasa'

sourceCompatibility = 11
targetCompatibility = 11
sourceCompatibility = 21
targetCompatibility = 21

java {
withJavadocJar()
Expand Down

0 comments on commit cac7309

Please sign in to comment.