Build and test all on M1 OK

This commit is contained in:
martin 2022-09-15 16:06:48 +02:00
parent 365b560a6b
commit b6f4c4c674
6 changed files with 10 additions and 1 deletions

View File

@ -23,6 +23,8 @@
<artifactId>jzy3d-tester</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -21,6 +21,14 @@
<artifactId>jzy3d-everything</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jzy3d</groupId>
<artifactId>jzy3d-tester-native</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>

View File

@ -87,7 +87,6 @@
<groupId>org.jzy3d</groupId>
<artifactId>jzy3d-tester-native</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 369 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 213 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 547 KiB