mirror of
https://github.com/LamGC/ScalaBot.git
synced 2025-07-01 12:57:24 +00:00
Compare commits
3 Commits
refactor-g
...
af14a39f94
Author | SHA1 | Date | |
---|---|---|---|
af14a39f94 | |||
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
|
||||
|
||||
# 创建新的发行版本
|
||||
|
@ -1,7 +1,7 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
id("org.jetbrains.kotlinx.kover")
|
||||
id("org.jetbrains.dokka") version "1.9.10"
|
||||
id("org.jetbrains.dokka") version "1.9.20"
|
||||
`maven-publish`
|
||||
signing
|
||||
id("org.jetbrains.kotlinx.binary-compatibility-validator")
|
||||
|
Reference in New Issue
Block a user