Skip to content

v0.1.0: fix: disable configuration cache for the Maven Central publish step

Choose a tag to compare

@kmpbits kmpbits released this 24 Aug 14:10
· 9 commits to main since this release
publishToMavenCentral fails under configuration caching — Gradle's
PublishToMavenRepository task isn't compatible with it yet
(gradle/gradle#22779). gradle.properties enables config cache globally,
so this step needs --no-configuration-cache to opt back out.