diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-10-15 14:31:33 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-10-15 14:31:33 -0700 |
| commit | 30f4a1cea54e95d60967fc4cfdabada4251d7272 (patch) | |
| tree | cba2955d1b03028a43099e660f4921a66fbbdeea /pom.xml | |
| parent | 866a8b7d1bc47999e5846c6402e45473bdd1114f (diff) | |
add initialization of DownloadConfigPane and TagEditorScreen
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -102,8 +102,25 @@ <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>8</source>
- <target>8</target>
+ <source>13</source>
+ <target>13</target>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>ideauidesigner-maven-plugin</artifactId>
+ <version>1.0-beta-1</version>
+ <executions>
+ <execution>
+ <goals>
+ <goal>javac2</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <fork>true</fork>
+ <debug>true</debug>
+ <failOnError>true</failOnError>
</configuration>
</plugin>
</plugins>
|
