diff --git a/.github/workflows/continous-build.yml b/.github/workflows/continous-build.yml index fe49e3f..7c7b013 100644 --- a/.github/workflows/continous-build.yml +++ b/.github/workflows/continous-build.yml @@ -13,7 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - + - uses: actions/checkout@v3.3.0 + - uses: actions/setup-java@v3 + with: + distribution: 'temurin' + java-version: '17' - name: Build library run: ./gradlew assembleRelease diff --git a/.idea/misc.xml b/.idea/misc.xml index fc3da58..871a7db 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,5 @@ - - +