aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-10-15 14:31:33 -0700
committerPinapelz <yukais@pinapelz.com>2025-10-15 14:31:33 -0700
commit30f4a1cea54e95d60967fc4cfdabada4251d7272 (patch)
treecba2955d1b03028a43099e660f4921a66fbbdeea /pom.xml
parent866a8b7d1bc47999e5846c6402e45473bdd1114f (diff)
add initialization of DownloadConfigPane and TagEditorScreen
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 19 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 74dec6f..a56e3e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage