Skip to content

Commit bae861c

Browse files
authored
build: cicd update
1 parent 40cd93b commit bae861c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/gradle.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
java-version: '17'
2424

2525
- name: Build with Gradle
26-
run: ./gradlew build
26+
run: |
27+
./gradlew clean
28+
./gradlew bootjar
2729
2830
- name: Archive JAR file
2931
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)