Skip to content

Added try-catch to clearCache method (#49) #10

Added try-catch to clearCache method (#49)

Added try-catch to clearCache method (#49) #10

Workflow file for this run

name: Publish
on:
push:
tags:
- "v*"
jobs:
package:
name: Publish Gradle Dependency
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Preconfigure gradle
uses: ./.github/actions/prepare-gradle
- name: Publish new version
run: ./gradlew publish