JitPack runs the following command:
./gradlew clean -Pgroup=com.github.teamnewpipe -Pversion=xxx -xtest assemble publishToMavenLocal
This command can't be executed anymore and crashes with:
1 problem was found storing the configuration cache.
- Task `:extractor:signSnapshotPublication` of type `org.gradle.plugins.signing.Sign`: cannot serialize Gradle script object references as these are not supported with the configuration cache.
See https://docs.gradle.org/9.4.1/userguide/configuration_cache_requirements.html#config_cache:requirements:disallowed_types
JitPack runs the following command:
./gradlew clean -Pgroup=com.github.teamnewpipe -Pversion=xxx -xtest assemble publishToMavenLocalThis command can't be executed anymore and crashes with: