diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee3b0fb --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ + +# AList GUI + +
+
+ JDK + platform +
+ +
+ +使用 JavaFx 编写的 AList 桌面图形工具 + +### TODO \ No newline at end of file diff --git a/pom.xml b/pom.xml index b06d20a..590bfac 100644 --- a/pom.xml +++ b/pom.xml @@ -122,6 +122,21 @@ + + + nexus + nexus-snapshot-repository + https://oss.sonatype.org/content/repositories/snapshots + + true + always + + + false + + + + @@ -134,7 +149,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.13.0 17 17 @@ -144,7 +159,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.2.0 + 3.3.1 exe @@ -178,7 +193,7 @@ io.github.fvarrui javapackager - 1.7.5 + 1.7.7-SNAPSHOT true cn.octopusyan.alistgui.AppLuncher