test: add tomcat6-jdk6 integration-test

This commit is contained in:
ReaJason
2024-11-29 18:05:28 +08:00
parent b0ef130e87
commit 9fe244e9ca
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;
}