We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5bc454 + 69662b4 commit 751bc3aCopy full SHA for 751bc3a
2 files changed
build.gradle
@@ -8,7 +8,12 @@ plugins {
8
9
group = 'net.gendercomics.api'
10
version = '2.3.0'
11
-sourceCompatibility = '11'
+
12
+java {
13
+ toolchain {
14
+ languageVersion = JavaLanguageVersion.of(17)
15
+ }
16
+}
17
18
ext {
19
junitVersion = '5.11.4'
settings.gradle
@@ -6,6 +6,7 @@ pluginManagement {
6
7
plugins {
id 'com.gradle.enterprise' version '3.16.2'
+ id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'
}
gradleEnterprise {
0 commit comments