-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Clean up libs in tests/org.eclipse.emfcloud.modelserver.tests - Ensure examples directory is not excluded anymore for m2 deployment (we did not publish the example server launch since June!) - Update guice dependencies to match p2 version (Reduces warnings on JAR startup)
- Loading branch information
Showing
13 changed files
with
37 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,13 +9,19 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [windows-2019, macos-11] | ||
maven: ['3.8.4'] | ||
|
||
runs-on: ${{ matrix.os }} | ||
timeout-minutes: 20 | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: ${{ matrix.maven }} | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v1 | ||
|
@@ -31,18 +37,24 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: [windows-2019, macos-11] | ||
maven: ['3.8.4'] | ||
|
||
runs-on: ${{ matrix.os }} | ||
timeout-minutes: 20 | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
|
||
- name: Set up Maven | ||
uses: stCarolas/[email protected] | ||
with: | ||
maven-version: ${{ matrix.maven }} | ||
|
||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v1 | ||
with: | ||
java-version: 11 | ||
|
||
- name: Build with Maven | ||
run: mvn -B -Pp2 clean verify --file pom.xml | ||
run: mvn -B -Pp2 clean verify -debug --file pom.xml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
!* |
Binary file renamed
BIN
+1.54 KB
...sts/lib/mockito-inline-2.23.0-sources.jar → ...ests/lib/mockito-inline-3.2.4-sources.jar
Binary file not shown.
Binary file renamed
BIN
+1.26 KB
...erver.tests/lib/mockito-inline-2.23.0.jar → ...server.tests/lib/mockito-inline-3.2.4.jar
Binary file not shown.
Binary file removed
BIN
-13.4 KB
tests/org.eclipse.emfcloud.modelserver.tests/lib/okhttp-mock-1.4.1-sources.jar
Binary file not shown.
Binary file removed
BIN
-33.3 KB
tests/org.eclipse.emfcloud.modelserver.tests/lib/okhttp-mock-1.4.1.jar
Binary file not shown.
Binary file added
BIN
+14.2 KB
tests/org.eclipse.emfcloud.modelserver.tests/lib/okhttp-mock-1.5.0-sources.jar
Binary file not shown.
Binary file added
BIN
+35.7 KB
tests/org.eclipse.emfcloud.modelserver.tests/lib/okhttp-mock-1.5.0.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters