Skip to content

Commit 9182aa5

Browse files
committed
fix: generate javadpcs envproperty
1 parent 4e78856 commit 9182aa5

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/build-docs.yml

-10
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,6 @@ jobs:
9191
continue-on-error: true
9292
env:
9393
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
10494
run: |
10595
echo "Custom work on generating docs can go here."
10696

automation/docs/generate-javadocs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
set -euo pipefail
3-
3+
JVM_PROJECTS="jans-auth-server jans-orm jans-config-api jans-scim jans-core jans-notify jans-fido2 jans-eleven agama"
44
for module in $JVM_PROJECTS
55
do
66
echo "Generating javadocs for module: $module and all it's sub-modules"

0 commit comments

Comments
 (0)