We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faefb61 commit be6f199Copy full SHA for be6f199
.github/workflows/build.yml
@@ -131,7 +131,7 @@ jobs:
131
- name: 📡 Publish to Maven Central
132
id: gradle-build
133
run: |
134
- ./gradlew publishAllPublicationsToMavenCentralRepository
+ ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
135
env:
136
GITHUB_USER: ${{ github.repository_owner }}
137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
gradle/libs.versions.toml
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
20
org-url = "https://suresh.dev"
21
22
# Dependency Versions
23
-bc-plugins = "1.43.0"
+bc-plugins = "1.5.0"
24
kotlinx-kover = "0.9.1"
25
kotlinx-bcv = "0.17.0"
26
kotlin-dokka = "2.0.0"
0 commit comments