Skip to content

Commit 70ffd43

Browse files
committed
fix: sourceCompatibility & bump bcel
1 parent 6072c69 commit 70ffd43

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dts-generator/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import java.util.jar.JarFile
55
apply plugin: 'java-library'
66

77
java {
8-
sourceCompatibility = '17'
9-
targetCompatibility = '17'
8+
sourceCompatibility = JavaVersion.VERSION_17
9+
targetCompatibility = JavaVersion.VERSION_17
1010
}
1111

1212
def version = "4.0.0"
@@ -34,7 +34,7 @@ if (!project.hasProperty("loadedProjectDeps") && hasProject) {
3434
}
3535

3636
if(!hasProject){
37-
project.ext.set("ns_default_bcel_version", " 6.8.2");
37+
project.ext.set("ns_default_bcel_version", "6.10.0");
3838
project.ext.set("ns_default_commons_io_version", "2.6");
3939
project.ext.set("ns_default_spotbugs_version", "3.1.12");
4040
}

0 commit comments

Comments
 (0)