File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
dd-java-agent/instrumentation/liberty-23 Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -71,18 +71,6 @@ configurations.named("webappRuntimeClasspath") {
7171 exclude group : ' ch.qos.logback' , module : ' logback-classic'
7272}
7373
74- tasks. named(" compileJava" ) {
75- configureCompiler(
76- it,
77- 8 ,
78- JavaVersion . VERSION_1_8 ,
79- " Since JDK 18/19 (https://bugs.openjdk.org/browse/JDK-8272715) javac compiler use `INVOKEINTERFACE` bytecode to " +
80- " call Object's class like `getClass` on \" com/ibm/wsspi/http/HttpRequest\" , rather than, `INVOKEVIRTUAL` byte " +
81- " code to call `getClass` on \" java/lang/Object\" , this code perfectly legal according to JLS 9.2, " +
82- " however this fails in Muzzle checks."
83- )
84- }
85-
8674// unzips the dependencies from the 'zipped' configuration so 'compileOnly' can reference it
8775abstract class UnpackOpenLiberty extends Copy {
8876 @Input
You can’t perform that action at this time.
0 commit comments