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

Commit

Permalink
Removed sourceCompability and added java toolchain instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ErminaTrontzou authored Nov 16, 2022
1 parent c00e74c commit f66d4c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,15 @@ plugins {
id 'java'
}

java {
toolchain {
languageVersion = JavaLanguageVersion.of(17)
}
}

group = 'gr.thegoodsideofe1'
version = '0.0.1-SNAPSHOT'
sourceCompatibility = '17'


repositories {
mavenCentral()
Expand Down

0 comments on commit f66d4c8

Please sign in to comment.