We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f66c3 commit 832f93cCopy full SHA for 832f93c
.github/workflows/build-pr.yml
@@ -16,9 +16,10 @@ jobs:
16
uses: actions/setup-java@v3
17
with:
18
distribution: temurin
19
+ cache: gradle
20
java-version: 17
21
- name: Build on ${{ matrix.os }}
- run: ./gradlew clean build --no-daemon
22
+ run: ./gradlew build -s
23
- name: Archive artifacts
24
uses: actions/upload-artifact@v3
25
.github/workflows/codeql.yml
@@ -1,5 +1,7 @@
1
name: "CodeQL"
2
on:
3
+ push:
4
+ branches: [main]
5
pull_request:
6
# The branches below must be a subset of the branches above
7
branches: [main]
0 commit comments