From 5b2eca9ac8297ec58e10710a6b78fa7d026d8dcc Mon Sep 17 00:00:00 2001 From: CarmJos Date: Fri, 4 Mar 2022 16:18:23 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E7=94=A8=20libraries=20=E5=BD=A2?= =?UTF-8?q?=E5=BC=8F=E5=A4=84=E7=90=86=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maven.yml | 2 +- pom.xml | 5 ++--- src/main/resources/plugin.yml | 4 ++++ 3 files changed, 7 insertions(+), 4 deletions(-) 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: "超级仓库的主指令"