Skip to content

Commit aaa6ac1

Browse files
committed
try cicd
1 parent 710a4ef commit aaa6ac1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
java-version: '25'
2222
distribution: 'temurin'
2323

24+
- name: Setup Gradle
25+
uses: gradle/actions/setup-gradle@v4
26+
2427
- name: Replace classifier in build.gradle
2528
run: sed -i 's/windows-x86_64/${{ matrix.classifier }}/g' build.gradle
2629

0 commit comments

Comments
 (0)