mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-07-30 07:18:37 -09:00
GP-0: Fixing javadoc errors
This commit is contained in:
@@ -176,8 +176,6 @@ String getGlobalFilePathSubDirName(File file) {
|
||||
|
||||
|
||||
plugins.withType(JavaPlugin) {
|
||||
// build up a java classpath for javadocs
|
||||
rootProject.ghidraPath.from(sourceSets.main.compileClasspath)
|
||||
|
||||
rootProject.assembleSource {
|
||||
from (this.project.zipSourceSubproject) {
|
||||
|
||||
@@ -21,6 +21,10 @@ tasks.withType(Test).all {
|
||||
}
|
||||
|
||||
plugins.withType(JavaPlugin) {
|
||||
|
||||
// build up a java classpath for javadocs
|
||||
rootProject.ghidraPath.from(sourceSets.main.compileClasspath)
|
||||
|
||||
task zipSourceSubproject (type: Zip) { t ->
|
||||
|
||||
// Define some metadata about the zip (name, location, version, etc....)
|
||||
|
||||
Reference in New Issue
Block a user