File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 2424 <attribute name =" test" value =" true" />
2525 </attributes >
2626 </classpathentry >
27- <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17" >
27+ <classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER" />
28+ <classpathentry kind =" con" path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER" >
2829 <attributes >
2930 <attribute name =" maven.pomderived" value =" true" />
3031 </attributes >
3132 </classpathentry >
32- <classpathentry kind =" con " path =" org.eclipse.m2e.MAVEN2_CLASSPATH_CONTAINER " >
33+ <classpathentry kind =" src " path =" target/generated-sources/annotations " >
3334 <attributes >
34- <attribute name =" maven.pomderived" value =" true" />
35+ <attribute name =" optional" value =" true" />
36+ </attributes >
37+ </classpathentry >
38+ <classpathentry kind =" src" output =" target/test-classes" path =" target/generated-test-sources/test-annotations" >
39+ <attributes >
40+ <attribute name =" optional" value =" true" />
41+ <attribute name =" test" value =" true" />
3542 </attributes >
3643 </classpathentry >
3744 <classpathentry kind =" output" path =" target/classes" />
Original file line number Diff line number Diff line change 99 <mainClass >com.oracle.labs.helidon.logger.Main</mainClass >
1010 <libs .classpath.prefix>libs</libs .classpath.prefix>
1111 <copied .libs.dir>${project.build.directory} /${libs.classpath.prefix} </copied .libs.dir>
12- <maven .compiler.source>17 </maven .compiler.source>
12+ <maven .compiler.source>21 </maven .compiler.source>
1313 <maven .compiler.target>${maven.compiler.source} </maven .compiler.target>
14- <version .lombok>1.18.26 </version .lombok>
14+ <version .lombok>1.18.36 </version .lombok>
1515 <version .jib>3.3.1</version .jib>
1616 <sonar .skip>true</sonar .skip>
17- <container .image>ghcr.io/graalvm/graalvm-ce:ol9-java17-22.3.1 </container .image>
17+ <container .image>ghcr.io/graalvm/jdk-community:21 </container .image>
1818 </properties >
1919 <groupId >com.oracle.labs.helidon</groupId >
2020 <artifactId >logger</artifactId >
You can’t perform that action at this time.
0 commit comments