mirror of
https://github.com/fankes/unmeta-gradle-plugin.git
synced 2025-09-06 02:55:15 +08:00
Setup github actions
This commit is contained in:
5
.github/workflows/publish-plugin.yaml
vendored
5
.github/workflows/publish-plugin.yaml
vendored
@@ -15,6 +15,11 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up our JDK environment
|
||||
uses: actions/setup-java@v3.10.0
|
||||
with:
|
||||
distribution: 'corretto'
|
||||
java-version: 11
|
||||
- name: Cache Gradle Caches
|
||||
uses: gradle/gradle-build-action@v2
|
||||
- name: Run Gradle tasks
|
||||
|
Reference in New Issue
Block a user