Skip to content

Commit 35c70a6

Browse files
committed
workaround
1 parent f1a6e5b commit 35c70a6

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
1919
steps:
2020
- 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+
2126
- name: Setup JDK
2227
uses: actions/setup-java@v4
2328
with:

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
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-
-->
181
<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">
192
<modelVersion>4.0.0</modelVersion>
203
<parent>

0 commit comments

Comments
 (0)