This message was deleted.
# community-support
s
This message was deleted.
h
Thanks!
v
403 Forbidden
So I guess you tried to access with a user that does not have the right to
e
Hey, @Heath Borders! There are a few things I see that could be wrong: 1. What @Vampire mentioned above ā˜ļø is likely. Regarding configuration, we recommend only enabling anonymous build cache _read_s and not writes and I see you have
push = true
defined in the settings.gradle. Granted, the error you are seeing seems to be a read, but it is something to look into. 2. It looks like there is more than one configuration defined for remote build cache in the settings.gradle file. With Gradle Enterprise, you only need the block that uses
gradleEnterprise.buildCache
. 3. In the build.gradle file you have a block for
buildScan
. I don't recognize this block, but it's contents look more like what you should be defining in the
gradleEnterprise
block of the settings.gradle file.
You may find these Gradle Enterprise build configuration samples we have useful. • Groovy • Kotlin
thank you 1
v
The
buildScan
block is from ancient versions of the Gradle Enterprise plugin. If you go to
<http://scans.gradle.com|scans.gradle.com>
and select
Gradle < 4.3
you still see it there.
e
Ah, I figured something like that was the case. Much before my time. šŸ™‚ Thanks for pointing that out.
šŸ‘Œ 1
h
Thanks again for your help folks! We were able to get things working
šŸ‘Œ 1
šŸ™Œ 1