File tree Expand file tree Collapse file tree
.github/actions/deploy-kotlin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 - name : Publish release
3131 shell : bash
3232 if : " github.event_name == 'release'"
33- run : ./gradlew clean publish ${{ inputs.tests && 'check' || '' }} -Pdeploy.kotlin=true -Pdeploy.native=false -Pdeploy.version=${{ github.event.release.tag_name }} --console=plain --info --configure-on-demand --parallel --build-cache --configuration-cache
33+ run : ./gradlew clean publish ${{ inputs.tests && 'check' || '-x check -x test ' }} -Pdeploy.kotlin=true -Pdeploy.native=false -Pdeploy.version=${{ github.event.release.tag_name }} --console=plain --info --configure-on-demand --parallel --build-cache --configuration-cache
3434
3535 - name : Set outputs
3636 id : vars
3939 - name : Publish snapshot
4040 shell : bash
4141 if : " github.event_name != 'release'"
42- run : ./gradlew clean publish ${{ inputs.tests && 'check' || '' }} -Pdeploy.kotlin=true -Pdeploy.native=false -Pdeploy.version=${{ steps.vars.outputs.sha_short }}-dev --console=plain --info --configure-on-demand --parallel --build-cache --configuration-cache
42+ run : ./gradlew clean publish ${{ inputs.tests && 'check' || '-x check -x test ' }} -Pdeploy.kotlin=true -Pdeploy.native=false -Pdeploy.version=${{ steps.vars.outputs.sha_short }}-dev --console=plain --info --configure-on-demand --parallel --build-cache --configuration-cache
You can’t perform that action at this time.
0 commit comments