Commit 6601f9a0 authored by Him188's avatar Him188

Revert workflow main.yml

parent 7ff9906b
...@@ -8,16 +8,10 @@ jobs: ...@@ -8,16 +8,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Setup Java JDK - name: setup-android
uses: actions/setup-java@v1.3.0 uses: msfjarvis/setup-android@0.2
with: with:
# The Java version to make available on the path. Takes a whole or semver Java version, or 1.x syntax (e.g. 1.8 => Java 8.x) # Gradle tasks to run - If you want to run ./gradlew assemble, specify assemble here.
java-version: 11 gradleTasks: build -x mirai-core:jvmTest
# The package type (jre, jdk, jdk+fx)
java-package: jdk+fx
- name: Gradle Command
uses: eskatos/gradle-command-action@v1
with:
# Gradle command line arguments, see gradle --help
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