You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.
Could not load entry build file '«script»' from remote build cache: Loading entry from 'https://«host»/cache/gradle-kotlin-dsl/dx7phw87epyvb7zje5dti3tvl' response status 400: Bad Request
The problem is that gradle-kotlin-dsl/dx7phw87epyvb7zje5dti3tvl is rejected as a cache key. The GE build cache expects keys to be [a-z0-9]{1,128}. We could lift this restriction, but I think it would be better to change the key format that Kotlin is using here.
Steps to Reproduce (for bugs)
Just try to use it on gradle/gradle, with access to the Gradle Inc. cache instance enabled.
The text was updated successfully, but these errors were encountered:
FWIW, relaxing this restriction would likely be significantly complicated in a multi-node replication scenario running different versions of controller/nodes.
Expected Behavior
To be able to use our cache.
Current Behavior
Fails with:
The problem is that
gradle-kotlin-dsl/dx7phw87epyvb7zje5dti3tvl
is rejected as a cache key. The GE build cache expects keys to be[a-z0-9]{1,128}
. We could lift this restriction, but I think it would be better to change the key format that Kotlin is using here.Steps to Reproduce (for bugs)
Just try to use it on gradle/gradle, with access to the Gradle Inc. cache instance enabled.
The text was updated successfully, but these errors were encountered: