Update to 1.20.4 #132
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Java CI with Gradle | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- name: Set up JDK 17 | |
uses: actions/setup-java@v4 | |
with: | |
distribution: 'adopt' | |
java-version: '17' | |
check-latest: true | |
cache: 'gradle' | |
- name: Setup Gradle | |
uses: gradle/[email protected] | |
- name: Gradle Build Action | |
uses: gradle/[email protected] | |
with: | |
arguments: test build | |
gradle-version: '8.5' | |
- uses: actions/[email protected] | |
with: | |
name: 'Auto-Tune-Artifact' | |
path: build/libs/*.jar |