We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cc3da commit c1142b1Copy full SHA for c1142b1
1 file changed
.github/workflows/build.yml
@@ -7,18 +7,17 @@ jobs:
7
steps:
8
- name: Checkout Repository
9
uses: actions/checkout@main
10
- with:
11
- persist-credentials: false
+
12
- name: Set up Gradle
13
uses: gradle/actions/setup-gradle@main
14
- - name: Set up JDK 25
+ - name: Set up JDK 21
15
uses: actions/setup-java@main
16
with:
17
distribution: 'temurin'
18
java-version: 21
19
- name: Build with Gradle
20
run: |
21
- gradle build
+ gradle build -x compileTestJava
22
- name: Upload Artifacts to GitHub
23
uses: actions/upload-artifact@main
24
0 commit comments