mirror of
https://github.com/CarmJos/UltraDepository.git
synced 2026-06-04 16:48:21 +08:00
采用 libraries 形式处理依赖
This commit is contained in:
@@ -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:
|
||||
# 支持手动触发构建
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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: "超级仓库的主指令"
|
||||
|
||||
Reference in New Issue
Block a user