[build] Use artifactory doxygen mirror (#2600)

This avoids the occasional failures we've seen in downloading doxygen during CI.

Also update to doxygen 1.8.18.
This commit is contained in:
Austin Shalit
2020-07-23 21:10:32 -04:00
committed by GitHub
parent a6a71f8c76
commit 89dad2fd84

View File

@@ -35,9 +35,10 @@ cppProjectZips.add(project(':wpilibOldCommands').cppHeadersZip)
cppProjectZips.add(project(':wpilibNewCommands').cppHeadersZip)
doxygen {
executables {
doxygen version : '1.8.16'
}
executables {
doxygen version : '1.8.18',
baseURI : 'https://frcmaven.wpi.edu/artifactory/generic-release-mirror/doxygen'
}
}
doxygen {