We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85b0804 commit 26641e1Copy full SHA for 26641e1
2 files changed
.github/workflows/build-java.yml
@@ -30,21 +30,3 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
run: ./gradlew build --info
32
working-directory: "java"
33
-
34
- # no-cache:
35
- # runs-on: ubuntu-latest
36
- # steps:
37
- # - uses: actions/checkout@v3
38
- # with:
39
- # path: java
40
- # fetch-depth: 0
41
- # - name: Set up JDK 11
42
- # uses: actions/setup-java@v1
43
44
- # java-version: 11
45
- # - name: Build and analyze
46
- # env:
47
- # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48
- # # SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
49
- # run: ./gradlew build --info
50
- # working-directory: "java"
gradle/wrapper/gradle-wrapper.jar
60.1 KB
0 commit comments