Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update owasp java 11 #573

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
remove old java 11 test, it would not be necessary
gschueler committed Dec 12, 2024
commit 6cdbb313d06acad52ce181620132061f2d4f3f3a
23 changes: 0 additions & 23 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -27,29 +27,6 @@ jobs:
with:
name: dependency-verification
path: build/reports/dependency-verification/
java11-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get Fetch Tags
run: git -c protocol.version=2 fetch --tags --progress --no-recurse-submodules origin
if: "!contains(github.ref, 'refs/tags')"
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'zulu'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Integration Test
run: ./gradlew integrationTest --dependency-verification off
- uses: actions/upload-artifact@v3
if: failure()
with:
name: integration-test-report
path: integration-tests/build/reports/tests/integrationTest
deb_install_tests:
runs-on: ubuntu-latest
needs: build