Skip to content

Unable to build v2.3 locally #358

Closed
Closed
@DPUkyle

Description

@DPUkyle

I saw the recent release of v2.3 and tried to build locally, using the following steps:

  1. $ git pull
  2. $ git checkout v2.3
  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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions