test: add tomcat6-jdk6 integration-test

This commit is contained in:
ReaJason
2024-11-29 18:05:28 +08:00
parent 645ffbf51f
commit 2d6f523075
3 changed files with 4 additions and 11 deletions
@@ -24,5 +24,5 @@ public class ShellConfig {
@Builder.Default
private String urlPattern = "/*";
@Builder.Default
private int targetJdkVersion = Opcodes.V1_5;
private int targetJdkVersion = Constants.DEFAULT_VERSION;
}