mirror of https://github.com/rusefi/jzy3d-api.git
Build and test all on M1 OK
This commit is contained in:
parent
365b560a6b
commit
b6f4c4c674
|
@ -24,5 +24,7 @@
|
|||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
@ -22,6 +22,14 @@
|
|||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>org.jzy3d</groupId>
|
||||
<artifactId>jzy3d-tester-native</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue