We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9161782 commit 9da84c9Copy full SHA for 9da84c9
.github/workflows/maven.yml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
java-version: '17'
27
distribution: 'adopt'
28
- - name: Build with Maven
+ - name: Build Sloeber with Maven
29
run: mvn --no-transfer-progress verify -Pall,sloeber_release,NOSDK -Dtest=NightlyJenkins -DfailIfNoTests=false
30
31
- name: Archive production artifacts
@@ -53,3 +53,6 @@ jobs:
53
54
name: macosx_arm
55
path: io.sloeber.product/target/products/sloeber-ide-sloeber_release-macosx.cocoa.aarch64.zip
56
+ - name: Build Sloeber SDK with Maven
57
+ run: mvn clean verify -PSDK,win64,latest -DskipTests=true
58
+
0 commit comments