mirror of
https://github.com/mamoe/mirai.git
synced 2025-03-06 00:50:13 +08:00
2.4.0-dev-publish-1
This commit is contained in:
parent
9af889f730
commit
059d6a2ee5
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -112,9 +112,10 @@ jobs:
|
|||||||
./gradlew
|
./gradlew
|
||||||
:mirai-console-compiler-annotations:publish --info
|
:mirai-console-compiler-annotations:publish --info
|
||||||
|
|
||||||
- name: Publish Gradle plugin
|
# TEMP DISABLE
|
||||||
run: >
|
# - name: Publish Gradle plugin
|
||||||
./gradlew
|
# run: >
|
||||||
:mirai-console-gradle:publishPlugins --info --stacktrace
|
# ./gradlew
|
||||||
-Dgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
|
# :mirai-console-gradle:publishPlugins --info --stacktrace
|
||||||
-Dgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
|
# -Dgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }} -Pgradle.publish.key=${{ secrets.GRADLE_PUBLISH_KEY }}
|
||||||
|
# -Dgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }} -Pgradle.publish.secret=${{ secrets.GRADLE_PUBLISH_SECRET }}
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
import org.gradle.api.attributes.Attribute
|
import org.gradle.api.attributes.Attribute
|
||||||
|
|
||||||
object Versions {
|
object Versions {
|
||||||
const val project = "2.4.0-dev-1"
|
const val project = "2.4.0-dev-publish-1"
|
||||||
|
|
||||||
const val core = project
|
const val core = project
|
||||||
const val console = project
|
const val console = project
|
||||||
|
Loading…
Reference in New Issue
Block a user