diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 85bcd28c..53dbd2db 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -20,4 +20,4 @@ jobs: LIBRARIAN_SONATYPE_PASSWORD: ${{ secrets.LIBRARIAN_SONATYPE_PASSWORD }} LIBRARIAN_SIGNING_PRIVATE_KEY: ${{ secrets.LIBRARIAN_SIGNING_PRIVATE_KEY }} LIBRARIAN_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.LIBRARIAN_SIGNING_PRIVATE_KEY_PASSWORD }} - GH_TOKEN: ${{ github.token }} \ No newline at end of file + GH_TOKEN: ${{ github.token }} diff --git a/gradle.properties b/gradle.properties index f002acce..d32ac2c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,6 @@ org.gradle.jvmargs=-Xmx8g android.useAndroidX=true org.gradle.caching=true -org.gradle.configuration-cache=true org.gradle.parallel=true kotlin.stdlib.default.dependency=false