Skip to content

Commit 47fd55b

Browse files
committed
feat:victusService added
1 parent 09ac9c5 commit 47fd55b

67 files changed

Lines changed: 2165 additions & 258 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: graalvm/setup-graalvm@v1
1313
with:
14-
java-version: '17' # See 'Options' for more details
14+
java-version: '17' # # See 'Options' for more details
1515
distribution: 'graalvm' # See 'Supported distributions' for available options
1616
github-token: ${{ secrets.GITHUB_TOKEN }}
1717

1818
- name: Get version from Gradle
1919
id: get_version
20-
run: echo "VERSION=$(./gradlew properties | grep 'version:')" >> $GITHUB_ENV
20+
run: echo "VERSION=$(./gradlew properties | grep 'version:' | awk '{print $2}')" >> $GITHUB_ENV
2121

2222
- name: Install native build dependencies
2323
run: |
17 Bytes
Binary file not shown.
19.8 KB
Binary file not shown.
23.3 KB
Binary file not shown.
126 KB
Binary file not shown.
17 Bytes
Binary file not shown.
1 Byte
Binary file not shown.
25.4 KB
Binary file not shown.
17 Bytes
Binary file not shown.
20.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)