Skip to content

Commit

Permalink
site: add javadoc for v7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Dec 9, 2023
1 parent 50e4289 commit e5b3df0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MinieLibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ tasks.register('cleanWindows64', Delete) {

tasks.register('copyJavadocToSite') {
dependsOn 'copyMasterJavadocToSite', \
'copy77JavadocToSite', \
'copy76JavadocToSite', \
'copy75JavadocToSite', \
'copy74JavadocToSite', \
Expand Down Expand Up @@ -303,6 +304,7 @@ tasks.register('copyMasterJavadocToSite', Copy) {
from "${buildDir}/docs/javadoc"
into '../build/site/javadoc/master'
}
defineJavadocTasksForRelease('7', '7', '0')
defineJavadocTasksForRelease('7', '6', '0')
defineJavadocTasksForRelease('7', '5', '0')
defineJavadocTasksForRelease('7', '4', '0')
Expand Down
1 change: 1 addition & 0 deletions src/site/antora/minie-project/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
** https://github.com/stephengold/Minie/issues/new[Report an issue]
* Library APIs (javadoc)
** https://stephengold.github.io/Minie/javadoc/master[Master branch]
** https://stephengold.github.io/Minie/javadoc/v7-7[Version 7.7]
** https://stephengold.github.io/Minie/javadoc/v7-6[Version 7.6]
** https://stephengold.github.io/Minie/javadoc/v7-5[Version 7.5]
** https://stephengold.github.io/Minie/javadoc/v7-4[Version 7.4]
Expand Down

0 comments on commit e5b3df0

Please sign in to comment.