File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 TOKEN : " ${{secrets.ALLREP_TOKEN}}"
1212 CI : " true"
1313 steps :
14- - uses : actions/checkout@v3.5.3
14+ - uses : actions/checkout@v6
1515
1616 # ###############################################################################
1717 - name : " build"
Original file line number Diff line number Diff line change @@ -420,6 +420,7 @@ cleanAll() {
420420 for repo in " ${repoSeq[@]} " ; do
421421 ( cd ../$repo
422422 printf " >>>>=========================== CLEAN : %s ===========================\n" " $( basename " $( pwd) " ) "
423+ printf " _-_-_ (cd %s; ./gradlew clean)\n" " $( pwd) "
423424 ./gradlew clean || :
424425 find . -type d -name classes_gen -exec rm -rf {} +
425426 find . -type d -name source_gen -exec rm -rf {} +
@@ -455,13 +456,11 @@ publishAll() {
455456 ( cd ../$repo
456457 printf " >>>>=========================== PUBLISH: %s ===========================\n" " $( basename " $( pwd) " ) "
457458 if [[ -f mps_build.xml ]]; then
459+ printf " _-_-_ (cd %s; ./gradlew download-MPS)\n" " $( pwd) "
458460 ./gradlew download-MPS
459461 fi
462+ printf " _-_-_ (cd %s; ./gradlew publish)\n" " $( pwd) "
460463 ./gradlew publish
461- for d in $( find * -name ' *.kts' -exec egrep -q " register.*gatherRuntimeJars" {} \; -print | sed ' s|/[^/]*$||' ) ; do
462- printf " =========================== GATHER: %s ==========================\n" " $d :gatherRuntimeJars"
463- ./gradlew ${d/* .kts/ } :gatherRuntimeJars
464- done
465464 printf " <<<<=========================== PUBLISH: %s ===========================\n" " $( basename " $( pwd) " ) "
466465 )
467466 done
You can’t perform that action at this time.
0 commit comments