Skip to content

Commit 5331313

Browse files
committed
javadocs put in docs folder at root so they will be picked up by GitHub
1 parent 85b9b96 commit 5331313

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

IntelliJ/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ task UsingText(type: JavaExec) {
141141
setEnvironment(["PATH":envPath])
142142
}
143143

144+
// Slight modification to javadoc task provided by Java plugin to change output directory
145+
javadoc {
146+
destinationDir = new File(rootProject.rootDir.getAbsolutePath() + "\\..\\docs")
147+
}
148+
144149
test {
145150
useJUnitPlatform()
146151
}

0 commit comments

Comments
 (0)