ci: Simplify CI with my github action

This commit is contained in:
Ahmad Ansori Palembani 2024-05-21 12:49:31 +07:00
parent 237a882cd5
commit 518587a5d9
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -28,14 +28,11 @@ jobs:
with:
fetch-depth: 0
- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Set up JDK
uses: actions/setup-java@v4
- name: Setup Gradle
uses: null2264/actions/gradle-setup@b697b0b95bb90ab23c1145b744dddd2fd3e3a838
with:
java-version: 17
distribution: temurin
java: 17
distro: adopt
- name: Copy CI gradle.properties
run: |