mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-02 21:37:24 +00:00
Compare commits
4 Commits
refactor-g
...
462bb9a44b
Author | SHA1 | Date | |
---|---|---|---|
462bb9a44b | |||
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
|
||||
run: chmod +x gradlew
|
||||
- name: Build and test
|
||||
uses: gradle/gradle-build-action@v3.1.0
|
||||
run: ./gradlew clean test assembleDist
|
||||
|
||||
# 创建新的发行版本
|
||||
|
@ -12,7 +12,7 @@ dependencies {
|
||||
|
||||
implementation("org.slf4j:slf4j-api:2.0.11")
|
||||
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"
|
||||
implementation("org.eclipse.aether:aether-api:$aetherVersion")
|
||||
|
Reference in New Issue
Block a user