Closed
Description
I saw the recent release of v2.3
and tried to build locally, using the following steps:
$ git pull
$ git checkout v2.3
$ ./gradlew clean -is # uses Gradle 8.0.2 wrapper, results in error
The following ST occurs:
FAILURE: Build failed with an exception.
* What went wrong:
The Gradle Enterprise server address 'https://us-build-cache.gradle.org/cache/' value should not contain a path component
* Try:
> Run with --debug option to get more log output.
* Exception is:
java.lang.IllegalArgumentException: The Gradle Enterprise server address 'https://us-build-cache.gradle.org/cache/' value should not contain a path component
at com.gradle.scan.agent.a.b.c.a(SourceFile:63)
at com.gradle.scan.agent.a.b.c.a(SourceFile:54)
at com.gradle.enterprise.gradleplugin.GradleEnterpriseBuildCache.setServer(SourceFile:82)
at com.gradle.enterprise.gradleplugin.internal.a.b_Decorated.setServer(Unknown Source)
at com.gradle.Overrides.lambda$configureBuildCache$6(Overrides.java:76)
at org.gradle.caching.configuration.internal.DefaultBuildCacheConfiguration.remote(DefaultBuildCacheConfiguration.java:101)
at com.gradle.Overrides.configureBuildCache(Overrides.java:75)
at com.gradle.CommonCustomUserDataGradlePlugin.lambda$applySettingsPlugin$0(CommonCustomUserDataGradlePlugin.java:76)
It seems there may be an incompatibility with CommonCustomUserDataGradlePlugin
and Gradle 8.x?
Metadata
Metadata
Assignees
Labels
No labels