Skip to content

Commit 3c44d96

Browse files
committed
remove java
1 parent e10f1b6 commit 3c44d96

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/mavenCi.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616

1717
build-analyze:
18-
18+
if: false
1919
runs-on: ubuntu-latest
2020

2121
env:
@@ -59,12 +59,6 @@ jobs:
5959
steps:
6060
- name: Checkout
6161
uses: actions/checkout@v4
62-
- name: Set up JDK 17
63-
uses: actions/setup-java@v4
64-
with:
65-
java-version: '17'
66-
distribution: 'corretto'
67-
cache: maven
6862
- name: Depcheck
6963
uses: dependency-check/Dependency-Check_Action@main
7064
id: Depcheck

0 commit comments

Comments
 (0)