We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7329c07 commit 610da8dCopy full SHA for 610da8d
1 file changed
dts-generator/build.gradle
@@ -4,8 +4,10 @@ import java.util.jar.JarFile
4
5
apply plugin: 'java-library'
6
7
-sourceCompatibility = JavaVersion.VERSION_17
8
-targetCompatibility = JavaVersion.VERSION_17
+java {
+ sourceCompatibility = '17'
9
+ targetCompatibility = '17'
10
+}
11
12
def version = "4.0.0"
13
0 commit comments