Skip to content

Commit

Permalink
remove errored taglet
Browse files Browse the repository at this point in the history
  • Loading branch information
acrantel committed Dec 29, 2023
1 parent c936883 commit cf6f497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ javadoc {
options.windowTitle = "Battlecode 2022"
options.classpath = sourceSets.main.compileClasspath as List
options.doclet = "com.sun.tools.doclets.standard.Standard"
options.taglets = ["battlecode.doc.CostlyMethodTaglet", "battlecode.doc.RobotTypeTaglet"]
options.taglets = ["battlecode.doc.CostlyMethodTaglet"]
options.tagletPath = ( sourceSets.main.output.classesDirs as List )+ sourceSets.main.compileClasspath
}

0 comments on commit cf6f497

Please sign in to comment.