Commit 97d7adf 1 parent da7be73 commit 97d7adf Copy full SHA for 97d7adf
File tree 1 file changed +0
-15
lines changed
1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change 26
26
- name : Check cache hit
27
27
id : cache-hit-check
28
28
run : echo "cache-hit=${{ steps.cache.outputs.cache-hit }}" >> $GITHUB_ENV
29
- # - name: Set up JDK 21
30
- # uses: actions/setup-java@v3
31
- # with:
32
- # java-version: "21"
33
- # distribution: "corretto"
34
- # - name: Clean install
35
- # run: ./mvnw --no-transfer-progress clean install -DskipTests -Ddependency-check.skip -Dcyclonedx.skip=true -Dexec.skip
36
- # - name: Cache JAR file
37
- # id: cache-jar
38
- # uses: actions/cache@v3
39
- # with:
40
- # path: ./target/wrongsecrets-1.7.0-SNAPSHOT.jar
41
- # key: JarCache-${{ runner.os }}-${{ hashFiles('**/pom.xml') }}
42
- # restore-keys: |
43
- # JarCache-${{ runner.os }}-
44
29
- name : Trigger Building JAR cache
45
30
if : steps.cache.outputs.cache-hit != 'true'
46
31
uses : actions/github-script@v4
You can’t perform that action at this time.
0 commit comments