mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 21:07:23 +00:00
Compare commits
5 Commits
refactor-g
...
27110b471b
Author | SHA1 | Date | |
---|---|---|---|
27110b471b | |||
232e318522 | |||
bac7239513
|
|||
85f9dc7bf3 | |||
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
|
||||||
|
|
||||||
# 创建新的发行版本
|
# 创建新的发行版本
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.9.23" apply false
|
kotlin("jvm") version "1.9.23" apply false
|
||||||
id("org.jetbrains.kotlinx.kover") version "0.7.5" apply false
|
id("org.jetbrains.kotlinx.kover") version "0.8.3" apply false
|
||||||
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
|
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0" apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm")
|
kotlin("jvm")
|
||||||
id("org.jetbrains.kotlinx.kover")
|
id("org.jetbrains.kotlinx.kover")
|
||||||
id("org.jetbrains.dokka") version "1.9.10"
|
id("org.jetbrains.dokka") version "1.9.20"
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
signing
|
signing
|
||||||
id("org.jetbrains.kotlinx.binary-compatibility-validator")
|
id("org.jetbrains.kotlinx.binary-compatibility-validator")
|
||||||
|
Reference in New Issue
Block a user