File tree Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Expand file tree Collapse file tree 5 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 5454 with :
5555 java : ${{ matrix.java }}
5656 distribution : ${{ matrix.distribution }}
57+ nativeTestTask : ${{ matrix.native_test_task }}
5758 - name : Build Steps
5859 uses : micronaut-projects/github-actions/graalvm/build@master
5960 id : build
Original file line number Diff line number Diff line change 5757 distribution : ' graalvm'
5858 gradle-java : ' 21'
5959 java : ${{ matrix.java }}
60+ nativeTestTask : ${{ matrix.native_test_task }}
6061 - name : Build Steps
6162 uses : micronaut-projects/github-actions/graalvm/build@master
6263 id : build
Original file line number Diff line number Diff line change @@ -119,3 +119,7 @@ jobs:
119119 GH_TOKEN : ${{ secrets.GH_TOKEN }}
120120 BRANCH : gh-pages
121121 FOLDER : build/docs
122+
123+ - name : " ❓ Optional cleanup step"
124+ run : |
125+ [ -f ./cleanup.sh ] && ./cleanup.sh || [ ! -f ./cleanup.sh ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments