1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Merge branch '6.1.x'

This commit is contained in:
Marcus Hert Da Coregio
2023-11-06 15:03:06 -03:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -4,7 +4,9 @@ plugins {
id "groovy"
}
sourceCompatibility = JavaVersion.VERSION_17
java {
sourceCompatibility = JavaVersion.VERSION_17
}
repositories {
gradlePluginPortal()