Ensure all compilations completed before publish

This commit is contained in:
Karlatemp 2021-09-22 18:22:16 +08:00 committed by GitHub
parent 4a439c79db
commit d8ac8e2034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,10 @@ jobs:
-Dmirai.network.show.all.components=true -Dmirai.network.show.all.components=true
-Dkotlinx.coroutines.debug=on -Dkotlinx.coroutines.debug=on
-Dmirai.network.show.packet.details=true -Dmirai.network.show.packet.details=true
- name: Ensure all compilations completed before publish
run: >
./gradlew publishToMavenLocal --info --scan
- name: Publish all artifacts - name: Publish all artifacts
run: > run: >