File tree Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Expand file tree Collapse file tree 2 files changed +5
-17
lines changed Original file line number Diff line number Diff line change 18
18
name : Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
19
19
steps :
20
20
- uses : actions/checkout@v4
21
+
22
+ # this is a temporary workaround until new Maven Central snapshot publishing is sorted out
23
+ - name : Build vavr-match snapshot
24
+ run : git clone git@github.com:vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
25
+
21
26
- name : Setup JDK
22
27
uses : actions/setup-java@v4
23
28
with :
Original file line number Diff line number Diff line change 1
- <!--
2
-
3
- Before creating a pull request, the following goals should be executed locally:
4
-
5
- * Executing tests: `mvn clean test`
6
- * Executing doclint: `mvn javadoc:javadoc`
7
-
8
- Tests & Code coverage:
9
-
10
- * Executing code coverage report: `mvn -P ci clean test jacoco:report`
11
-
12
- We use these goals frequently to keep the dependencies and plugins up-to-date:
13
-
14
- * Update version properties: `mvn versions:update-properties`
15
- * Check for new plugin version: `mvn versions:display-plugin-updates`
16
-
17
- -->
18
1
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" >
19
2
<modelVersion >4.0.0</modelVersion >
20
3
<parent >
You can’t perform that action at this time.
0 commit comments