Skip to content

Commit

Permalink
site: add javadoc for v7.5 and v7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Sep 1, 2023
1 parent c63715f commit a5e597d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions MinieLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ tasks.register('cleanWindows64', Delete) {

tasks.register('copyJavadocToSite') {
dependsOn 'copyMasterJavadocToSite', \
'copy76JavadocToSite', \
'copy75JavadocToSite', \
'copy74JavadocToSite', \
'copy72JavadocToSite', \
'copy71JavadocToSite', \
Expand Down Expand Up @@ -299,6 +301,8 @@ tasks.register('copyMasterJavadocToSite', Copy) {
from "${buildDir}/docs/javadoc"
into '../build/site/javadoc/master'
}
defineJavadocTasksForRelease('7', '6', '0')
defineJavadocTasksForRelease('7', '5', '0')
defineJavadocTasksForRelease('7', '4', '0')
defineJavadocTasksForRelease('7', '2', '0')
defineJavadocTasksForRelease('7', '1', '0')
Expand Down

0 comments on commit a5e597d

Please sign in to comment.