Skip to content

Commit a718a2f

Browse files
authored
Update main.yml
1 parent 56d919b commit a718a2f

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,9 @@ jobs:
2525
with:
2626
token: ${{ secrets.CI_TOKEN }}
2727
submodules: true
28-
- name: Set up JDK 17
29-
uses: actions/setup-java@v4
30-
with:
31-
java-version: '17'
32-
distribution: 'temurin'
33-
- name: Build with Gradle
28+
- name: Build Project
3429
timeout-minutes: 10
35-
uses: gradle/gradle-build-action@v3
30+
uses: actions/setup-java@v4
3631
with:
3732
arguments: build --no-daemon
3833
- name: Upload test reports

0 commit comments

Comments
 (0)