mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-03 13:57:24 +00:00
Compare commits
3 Commits
refactor-g
...
19ad785d7c
Author | SHA1 | Date | |
---|---|---|---|
19ad785d7c | |||
bac7239513
|
|||
d6781dbc71 |
1
.github/workflows/create-release.yml
vendored
1
.github/workflows/create-release.yml
vendored
@ -49,7 +49,6 @@ jobs:
|
|||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
- name: Build and test
|
- name: Build and test
|
||||||
uses: gradle/gradle-build-action@v3.1.0
|
|
||||||
run: ./gradlew clean test assembleDist
|
run: ./gradlew clean test assembleDist
|
||||||
|
|
||||||
# 创建新的发行版本
|
# 创建新的发行版本
|
||||||
|
@ -12,7 +12,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation("org.slf4j:slf4j-api:2.0.11")
|
implementation("org.slf4j:slf4j-api:2.0.11")
|
||||||
implementation("io.github.microutils:kotlin-logging:3.0.5")
|
implementation("io.github.microutils:kotlin-logging:3.0.5")
|
||||||
implementation("ch.qos.logback:logback-classic:1.4.14")
|
implementation("ch.qos.logback:logback-classic:1.5.12")
|
||||||
|
|
||||||
val aetherVersion = "1.1.0"
|
val aetherVersion = "1.1.0"
|
||||||
implementation("org.eclipse.aether:aether-api:$aetherVersion")
|
implementation("org.eclipse.aether:aether-api:$aetherVersion")
|
||||||
|
Reference in New Issue
Block a user