Skip to content

Commit be6f199

Browse files
committed
chore: disable config cache for publishing
1 parent faefb61 commit be6f199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ jobs:
131131
- name: 📡 Publish to Maven Central
132132
id: gradle-build
133133
run: |
134-
./gradlew publishAllPublicationsToMavenCentralRepository
134+
./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
135135
env:
136136
GITHUB_USER: ${{ github.repository_owner }}
137137
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ org-name = "suresh.dev"
2020
org-url = "https://suresh.dev"
2121

2222
# Dependency Versions
23-
bc-plugins = "1.43.0"
23+
bc-plugins = "1.5.0"
2424
kotlinx-kover = "0.9.1"
2525
kotlinx-bcv = "0.17.0"
2626
kotlin-dokka = "2.0.0"

0 commit comments

Comments
 (0)