mirror of
https://github.com/emilybache/GildedRose-Refactoring-Kata.git
synced 2026-02-09 19:51:41 +00:00
switch to java 21
This commit is contained in:
parent
b3a0463bba
commit
43cb112a3b
@ -5,8 +5,8 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceCompatibility = '1.8'
|
sourceCompatibility = '21'
|
||||||
targetCompatibility = '1.8'
|
targetCompatibility = '21'
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'org.codehaus.groovy:groovy:3.0.8'
|
implementation 'org.codehaus.groovy:groovy:3.0.8'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user