File tree Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Expand file tree Collapse file tree 3 files changed +9
-20
lines changed Original file line number Diff line number Diff line change 26
26
architecture : ${{ matrix.architecture }}
27
27
cache : ' maven'
28
28
29
+ # this is a temporary workaround until new Maven Central snapshot publishing is sorted out
30
+ - name : Build vavr-match snapshot
31
+ run : git clone https://github.com/vavr-io/vavr-match.git && mvn -f vavr-match/pom.xml install -DskipTests
32
+
33
+ - name : Build vavr-match-processor snapshot
34
+ run : git clone https://github.com/vavr-io/vavr-match-processor.git && mvn -f vavr-match-processor/pom.xml install -DskipTests
35
+
29
36
- name : Build with Maven
30
37
run : mvn test
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 benchmark assertions: `mvn clean test -Pbenchmark`
11
- * Executing benchmarks (long running!): `mvn test -Pbenchmark -pl vavr-benchmark`
12
-
13
- We use these goals frequently to keep the dependencies and plugins up-to-date:
14
-
15
- * Update version properties: `mvn versions:update-properties`
16
- * Check for new plugin version: `mvn versions:display-plugin-updates`
17
-
18
- -->
19
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" >
20
2
<modelVersion >4.0.0</modelVersion >
21
3
<groupId >io.vavr</groupId >
Original file line number Diff line number Diff line change 22
22
<dependency >
23
23
<groupId >${project.groupId} </groupId >
24
24
<artifactId >vavr-match</artifactId >
25
- <version >0.10.6 </version >
25
+ <version >0.11.0-SNAPSHOT </version >
26
26
</dependency >
27
27
28
28
<dependency >
29
29
<groupId >${project.groupId} </groupId >
30
30
<artifactId >vavr-match-processor</artifactId >
31
- <version >0.10.6 </version >
31
+ <version >0.11.0-SNAPSHOT </version >
32
32
<optional >true</optional >
33
33
</dependency >
34
34
You can’t perform that action at this time.
0 commit comments