We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e78856 commit 9182aa5Copy full SHA for 9182aa5
.github/workflows/build-docs.yml
@@ -91,16 +91,6 @@ jobs:
91
continue-on-error: true
92
env:
93
VERSION: ${{ github.event.release.tag_name }}
94
- JVM_PROJECTS: |
95
- jans-auth-server
96
- jans-orm
97
- jans-config-api
98
- jans-scim
99
- jans-core
100
- jans-notify
101
- jans-fido2
102
- jans-eleven
103
- agama
104
run: |
105
echo "Custom work on generating docs can go here."
106
automation/docs/generate-javadocs.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
set -euo pipefail
3
-
+JVM_PROJECTS="jans-auth-server jans-orm jans-config-api jans-scim jans-core jans-notify jans-fido2 jans-eleven agama"
4
for module in $JVM_PROJECTS
5
do
6
echo "Generating javadocs for module: $module and all it's sub-modules"
0 commit comments