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 6072c69 commit 70ffd43Copy full SHA for 70ffd43
1 file changed
dts-generator/build.gradle
@@ -5,8 +5,8 @@ import java.util.jar.JarFile
5
apply plugin: 'java-library'
6
7
java {
8
- sourceCompatibility = '17'
9
- targetCompatibility = '17'
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
10
}
11
12
def version = "4.0.0"
@@ -34,7 +34,7 @@ if (!project.hasProperty("loadedProjectDeps") && hasProject) {
34
35
36
if(!hasProject){
37
- project.ext.set("ns_default_bcel_version", " 6.8.2");
+ project.ext.set("ns_default_bcel_version", "6.10.0");
38
project.ext.set("ns_default_commons_io_version", "2.6");
39
project.ext.set("ns_default_spotbugs_version", "3.1.12");
40
0 commit comments