diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6b0d1d2..8560f21 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven -name: Project Build & Tests +name: Build & Tests on: # 支持手动触发构建 diff --git a/pom.xml b/pom.xml index 1d64f27..943e8fe 100644 --- a/pom.xml +++ b/pom.xml @@ -115,15 +115,14 @@ cc.carm.lib easysql-beecp 0.3.6 - compile - true + provided cc.carm.lib githubreleases4j 1.3.0 - compile + provided diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 838eea3..7fd13d6 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -15,6 +15,10 @@ softdepend: - PlaceholderAPI - Vault +libraries: + - cc.carm.lib:easysql-beecp:0.3.8 + - cc.carm.lib:githubreleases4j:1.3.0 + commands: "UltraDepository": description: "超级仓库的主指令"