Skip to content

Commit

Permalink
Add install-java8 workflow parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Apr 26, 2024
1 parent c29d83e commit 12757b8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:
uses: apache/logging-parent/.github/workflows/build-reusable.yaml@main
# uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0
with:
java-version: |
8
17
install-java8: true
site-enabled: true

deploy-snapshot:
Expand All @@ -55,10 +53,6 @@ jobs:
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USER }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PW }}
with:
java-version: |
8
17

deploy-release:
needs: build
Expand All @@ -75,7 +69,4 @@ jobs:
permissions:
contents: write
with:
java-version: |
8
17
project-id: log4j

0 comments on commit 12757b8

Please sign in to comment.