From 7599524df1e9062da9687cc6e7eb8d09dccd010a Mon Sep 17 00:00:00 2001 From: octopus_yan Date: Wed, 28 Aug 2024 06:24:41 +0800 Subject: [PATCH] add README.md --- README.md | 14 ++++++++++++++ pom.xml | 21 ++++++++++++++++++--- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 README.md 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