diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 7ced75f..b7d4d2c 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -1,9 +1,9 @@ name: Maven compile on: push +env: + JAVA_VERSION: '17' jobs: maven-compile: uses: RegioneER/parer-github-template/.github/workflows/compile.yml@main - env: - JAVA_VERSION: '17' with: java: ${{env.JAVA_VERSION}}