File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,9 @@ defaults:
2121 shell : bash
2222
2323env :
24- java_version : 25
24+ java_version : 21
2525 java_distribution : zulu
26+ javadoc_version : 24 # newer than `java_version` for better javadoc
2627 groovy_version : 4.x
2728 CCDB_CONNECTION : ' sqlite:////cvmfs/oasis.opensciencegrid.org/jlab/hallb/clas12/sw/noarch/data/ccdb/ccdb_latest.sqlite'
2829 nthreads : 1
@@ -342,7 +343,7 @@ jobs:
342343 - name : set up JDK
343344 uses : actions/setup-java@v5
344345 with :
345- java-version : ${{ env.java_version }}
346+ java-version : ${{ env.javadoc_version }}
346347 distribution : ${{ env.java_distribution }}
347348 cache : maven
348349 - name : build coatjava javadocs # javadoc:aggregate output dir cannot be controlled, so assume the latest "standard" path and `mv` it
You can’t perform that action at this time.
0 commit comments