We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eec6a4d commit 1c0c2eaCopy full SHA for 1c0c2ea
settings.gradle
@@ -4,16 +4,6 @@ pluginManagement {
4
gradlePluginPortal()
5
maven {
6
url = uri('https://maven.photonvision.org/releases')
7
- mavenContent {
8
- includeGroup "org.photonvision.tools"
9
- }
10
11
12
- resolutionStrategy {
13
- eachPlugin {
14
- if (requested.id.toString() == 'org.photonvision.tools.WpilibTools') {
15
- useModule('org.photonvision.tools:WPILibTools.gradle.plugin:' + requested.version)
16
17
}
18
19
0 commit comments