File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
powertools-logging-logback Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 9292 <artifactId >maven-surefire-plugin</artifactId >
9393 <version >3.5.3</version >
9494 <configuration >
95- <argLine >-Dorg.graalvm.nativeimage.imagecode=agent
95+ <argLine >
96+ -Dorg.graalvm.nativeimage.imagecode=agent
9697 -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-common,experimental-class-define-support
9798 --add-opens java.base/java.util=ALL-UNNAMED
9899 --add-opens java.base/java.lang=ALL-UNNAMED
Original file line number Diff line number Diff line change 109109 <artifactId >maven-surefire-plugin</artifactId >
110110 <version >3.5.3</version >
111111 <configuration >
112- <argLine >-Dorg.graalvm.nativeimage.imagecode=agent
112+ <argLine >
113+ -Dorg.graalvm.nativeimage.imagecode=agent
113114 -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-logging-log4j,experimental-class-define-support
114115 --add-opens java.base/java.util=ALL-UNNAMED
115116 --add-opens java.base/java.lang=ALL-UNNAMED
Original file line number Diff line number Diff line change 9797 <artifactId >maven-surefire-plugin</artifactId >
9898 <version >3.5.3</version >
9999 <configuration >
100- <argLine >-Dorg.graalvm.nativeimage.imagecode=agent
100+ <argLine >
101+ -Dorg.graalvm.nativeimage.imagecode=agent
101102 -agentlib:native-image-agent=config-output-dir=src/main/resources/META-INF/native-image/software.amazon.lambda/powertools-logging-logback,experimental-class-define-support
102103 --add-opens java.base/java.util=ALL-UNNAMED
103104 --add-opens java.base/java.lang=ALL-UNNAMED
You can’t perform that action at this time.
0 commit comments