Is something broken with the gradle plugin portal?...
# plugin-development
t
Is something broken with the gradle plugin portal? I just published https://plugins.gradle.org/plugin/edu.wpi.first.WpilibTools version 2.0.0, but when I attempt to use it, I get an error that it can't be found. An empty gradle project with just the following.
Copy code
plugins {
  id "edu.wpi.first.WpilibTools" version "2.0.0"
}
Gives the following error
Copy code
> Configure project :
Evaluating root project 'gradlerio' using build file 'C:\Users\thadh\Documents\GitHub\thadhouse\gradlerio\build.gradle'.
Resource missing. [HTTP GET: <https://repo.maven.apache.org/maven2/edu/wpi/first/WpilibTools/edu.wpi.first.WpilibTools.gradle.plugin/2.0.0/edu.wpi.first.WpilibTools.gradle.plugin-2.0.0.pom>]

FAILURE: Build failed with an exception.

* Where:
Build file 'C:\Users\thadh\Documents\GitHub\thadhouse\gradlerio\build.gradle' line: 2

* What went wrong:
Plugin [id: 'edu.wpi.first.WpilibTools', version: '2.0.0'] was not found in any of the following sources:

- Gradle Core Plugins (plugin is not in 'org.gradle' namespace)
- Included Builds (No included builds contain this plugin)
- Plugin Repositories (could not resolve plugin artifact 'edu.wpi.first.WpilibTools:edu.wpi.first.WpilibTools.gradle.plugin:2.0.0')
  Searched in the following repositories:
    Gradle Central Plugin Repository

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at <https://help.gradle.org>.
Attempting to use a version I published previously works.
e
I think it's just CDN caching
you may have requested it before it got mirrored out and now the 404 is cached for 12 hours