DEVEX-20:
This commit is contained in:
parent
ba3d92b947
commit
25bf5a23d0
@ -118,6 +118,13 @@ jobs:
|
|||||||
cat ./gradle/wrapper/gradle-wrapper.properties
|
cat ./gradle/wrapper/gradle-wrapper.properties
|
||||||
cat ~/.gradle/init.gradle.kts
|
cat ~/.gradle/init.gradle.kts
|
||||||
chmod +x ./gradlew
|
chmod +x ./gradlew
|
||||||
|
- name: Setup Jvm
|
||||||
|
uses: actions/setup-java@v4
|
||||||
|
with:
|
||||||
|
java-version: 21
|
||||||
|
distribution: "adopt"
|
||||||
|
- name: Building
|
||||||
|
run: |
|
||||||
./gradlew classes
|
./gradlew classes
|
||||||
- name: Cleanup temp files
|
- name: Cleanup temp files
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user