Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Commit a9d3336

Browse files
committed
switch workflow from maven to gradle
1 parent 301ad8b commit a9d3336

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/build-and-release.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: '21'
21+
cache: 'gradle'
2122

22-
- name: Build with Maven
23-
run: mvn clean package
23+
- name: exe for gradle
24+
run: chmod +x gradlew
25+
26+
- name: build w gradle
27+
run: ./gradlew build

0 commit comments

Comments
 (0)