Skip to content

Commit

Permalink
Feat: Change To Java Version 17
Browse files Browse the repository at this point in the history
  • Loading branch information
qlido committed Mar 13, 2024
1 parent e6a879a commit abf08ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {

group = 'com.project'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '11'
sourceCompatibility = '17'

configurations {
compileOnly {
Expand Down

0 comments on commit abf08ac

Please sign in to comment.