Skip to content

Instantly share code, notes, and snippets.

@initcron
Created May 20, 2025 06:29
Show Gist options
  • Save initcron/1b3a72a09056943666446664dae492ef to your computer and use it in GitHub Desktop.
Save initcron/1b3a72a09056943666446664dae492ef to your computer and use it in GitHub Desktop.
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
- name: Compile sysfoo app
run: mvn compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment