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: with:
fetch-depth: 0 fetch-depth: 0
- name: Validate Gradle Wrapper - name: Setup Gradle
uses: gradle/wrapper-validation-action@v1 uses: null2264/actions/gradle-setup@b697b0b95bb90ab23c1145b744dddd2fd3e3a838
- name: Set up JDK
uses: actions/setup-java@v4
with: with:
java-version: 17 java: 17
distribution: temurin distro: adopt
- name: Copy CI gradle.properties - name: Copy CI gradle.properties
run: | run: |