v0.1.0: fix: disable configuration cache for the Maven Central publish step
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.