Commit 75ad1e17 authored by Him188's avatar Him188 Committed by GitHub

Update main.yml

parent 649d8f6a
...@@ -16,8 +16,8 @@ jobs: ...@@ -16,8 +16,8 @@ jobs:
java-version: 11 java-version: 11
# The package type (jre, jdk, jdk+fx) # The package type (jre, jdk, jdk+fx)
java-package: jdk+fx java-package: jdk+fx
- name: setup-android - name: Gradle Command
uses: msfjarvis/setup-android@0.2 uses: eskatos/gradle-command-action@v1
with: with:
# Gradle tasks to run - If you want to run ./gradlew assemble, specify assemble here. # Gradle command line arguments, see gradle --help
gradleTasks: build -x mirai-core:jvmTest arguments: build -x mirai-core:jvmTest
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment