Skip to content

Commit

Permalink
Pass in java version
Browse files Browse the repository at this point in the history
  • Loading branch information
bdhoine committed Oct 18, 2024
1 parent 1cb9905 commit 3737973
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ on: [ push, pull_request ]
jobs:
call-workflow:
uses: orbinson/workflows/.github/workflows/aem-maven-build.yml@main
with:
java-version: 11
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
central: ${{ inputs.central }}
github: ${{ inputs.github }}
push: ${{ inputs.push }}
java-version: 11
secrets:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 3737973

Please sign in to comment.