remove core and server from javadocs (#1911)

This commit is contained in:
Sam Freund
2025-04-17 11:45:08 -05:00
committed by GitHub
parent 5ff025fdbf
commit b8d74522bd

View File

@@ -115,15 +115,12 @@ ext {
task generateJavaDocs(type: Javadoc) {
def exportedProjects = [
':photon-core',
':photon-server',
':photon-targeting',
':photon-lib'
]
source exportedProjects.collect { project(it).sourceSets.main.allJava }
classpath = files(exportedProjects.collect { project(it).sourceSets.main.compileClasspath })
dependsOn project(':photon-core').writeCurrentVersion
options.links "https://docs.oracle.com/en/java/javase/17/docs/api/", "https://github.wpilib.org/allwpilib/docs/release/java/"
options.addStringOption("tag", "pre:a:Pre-Condition")