add several environment for posts and update dependencies

This commit is contained in:
2021-12-22 13:03:07 +06:00
parent 5a1f69e01c
commit 9a268b7200
6 changed files with 25 additions and 6 deletions
.github/workflows
features/posts/server/src/jvmMain/kotlin/dev/inmo/postssystem/features/posts/server
gradle.properties
gradle/wrapper

@ -8,9 +8,9 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Fix android 31.0.0 dx
- name: Fix android 32.0.0 dx
continue-on-error: true
run: cd /usr/local/lib/android/sdk/build-tools/31.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
run: cd /usr/local/lib/android/sdk/build-tools/32.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
- name: Rewrite version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"