This commit is contained in:
mike
2026-01-24 04:03:52 +01:00
parent f61d04bb61
commit 26cd6fb284
5 changed files with 94 additions and 43 deletions

14
pom.xml
View File

@@ -69,6 +69,12 @@
<version>1.7-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<!-- <dependency>
<groupId>mike.plugin</groupId>
<artifactId>plugin</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>-->
</dependencies>
<build>
@@ -94,6 +100,13 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<!-- <compilerArgs>
<arg>&#45;&#45;add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED</arg>
<arg>&#45;&#45;add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED</arg>
<arg>&#45;&#45;add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED</arg>
<arg>&#45;&#45;add-exports=jdk.compiler/com.sun.tools.javac.code=ALL-UNNAMED</arg>
<arg>-Xplugin:autogetter</arg>
</compilerArgs>-->
<annotationProcessorPaths>
<!-- Lombok processor -->
<path>
@@ -111,6 +124,7 @@
</annotationProcessorPaths>
<source>25</source>
<target>25</target>
<release>25</release>
</configuration>
</plugin>
<plugin>