Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
edit5
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 25, 2024
1 parent 7f7a902 commit 0effbe9
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main_sh-crescendo-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
distribution: 'microsoft'

- name: Build with Gradle
run: ./crescendo-server/gradlew bootJar
run: |
cd crescendo-server
./gradlew bootJar
- name: check build completed
run: ls -al build/libs
Expand Down
9 changes: 9 additions & 0 deletions .idea/hg-crescendo-server.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0effbe9

Please sign in to comment.