1
mirror of https://github.com/CarmJos/UltraDepository.git synced 2024-09-19 11:45:47 +00:00

采用 libraries 形式处理依赖

This commit is contained in:
Carm Jos 2022-03-04 16:18:23 +08:00
parent 7f9ba1c269
commit 5b2eca9ac8
3 changed files with 7 additions and 4 deletions

View File

@ -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:
# 支持手动触发构建

View File

@ -115,15 +115,14 @@
<groupId>cc.carm.lib</groupId>
<artifactId>easysql-beecp</artifactId>
<version>0.3.6</version>
<scope>compile</scope>
<optional>true</optional>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>cc.carm.lib</groupId>
<artifactId>githubreleases4j</artifactId>
<version>1.3.0</version>
<scope>compile</scope>
<scope>provided</scope>
</dependency>
<dependency>

View File

@ -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: "超级仓库的主指令"