File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 99 workflow_dispatch :
1010jobs :
1111 build :
12- runs-on : ubuntu -latest
12+ runs-on : windows -latest
1313 steps :
14- - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
15- with :
16- distribution : ' adopt'
17- java-version : ' 21'
18- - uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # 4.3.1
19-
14+ - run : ssh-keygen -R github.com
15+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2016 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # v3
2117 with :
2218 repository : ' mendixlabs/mendix-gradle-plugin'
2319 path : ' mendix-gradle-plugin'
2420 ref : ' 114bde309b52b037583d95a9beffee18eb71b65f'
2521 ssh-key : ${{ secrets.MENDIX_GRADLE_PLUGIN_SSH }}
22+
23+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 4.7.1
24+ with :
25+ distribution : ' adopt'
26+ java-version : ' 21'
27+ - uses : gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # 4.3.1
28+
2629 - name : Build mendix-gradle-plugin
2730 run : |
2831 cd mendix-gradle-plugin
2932 echo "kotlin.jvm.target.validation.mode = IGNORE" >> gradle.properties
3033 ./gradlew build publishToMavenLocal
3134
32- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3335 - name : Define MODULE_VERSION
3436 run : |
3537 MODULE_VERSION=$(./gradlew -q printModuleVersion)
You can’t perform that action at this time.
0 commit comments