File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 distribution : ' temurin'
4040 cache : maven
4141
42+ - name : Install MinGW-w64 cross-compiler
43+ run : sudo apt-get install -y mingw-w64
44+
4245 - name : Set release version
4346 run : |
4447 ./mvnw --no-transfer-progress --batch-mode versions:set -DnewVersion=${{ inputs.version }} -DprocessAllModules=true versions:commit
5154 {} \;
5255
5356 - name : Build and deploy to staging
54- run : ./mvnw --no-transfer-progress --batch-mode clean deploy -Prelease
57+ run : ./mvnw --no-transfer-progress --batch-mode clean deploy -Prelease,cross-windows
5558
5659 - name : Commit release version
5760 run : |
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- DEP=" org.codejive.miniterm:miniterm:0.1.4"
3+ DEP=" org.codejive.miniterm:miniterm-ffm :0.1.4"
44if [[ -n " $1 " ]]; then
5- DEP=" org.codejive.miniterm:miniterm:$1 "
5+ DEP=" org.codejive.miniterm:miniterm-ffm :$1 "
66fi
77
88SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd) "
You can’t perform that action at this time.
0 commit comments