thadhouse
11/12/2024, 12:20 AMplugins {
id "edu.wpi.first.WpilibTools" version "2.0.0"
}
Gives the following error
> 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.ephemient
11/12/2024, 12:41 AMephemient
11/12/2024, 12:42 AMephemient
11/12/2024, 12:43 AM