Skip to content

Commit

Permalink
Merge pull request #62 from Team-INSERT/Feat/Java
Browse files Browse the repository at this point in the history
Feat: Change To Java Version 17
  • Loading branch information
qlido authored Mar 13, 2024
2 parents e6a879a + abf08ac commit 1747c6d
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 1747c6d

Please sign in to comment.