mirror of
https://github.com/valmojr/armatak.git
synced 2026-06-13 17:33:30 +00:00
added java setup to action
This commit is contained in:
13
.github/workflows/pack_monorepo.yaml
vendored
13
.github/workflows/pack_monorepo.yaml
vendored
@@ -12,9 +12,16 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: true
|
||||||
- name: Wrap grandle
|
- name: set up JDK 11
|
||||||
run: ./gradlew wrapper
|
uses: actions/setup-java@v4
|
||||||
- name: Assemble App
|
with:
|
||||||
|
java-version: '11'
|
||||||
|
distribution: 'temurin'
|
||||||
|
cache: gradle
|
||||||
|
|
||||||
|
- name: Grant execute permission for gradlew
|
||||||
|
run: chmod +x gradlew
|
||||||
|
- name: Build with Gradle
|
||||||
run: ./gradlew assembleDebug
|
run: ./gradlew assembleDebug
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user