File tree 2 files changed +0
-21
lines changed
2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 4
4
5
5
- [ OpenJDK 11] ( https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot ) .
6
6
- [ Maven] ( https://maven.apache.org/download.cgi ) 3.6.0 or newer
7
- - [ Docker] ( https://www.docker.com/ ) 18.03 or newer (optional) if you want to run all tests
8
7
9
8
## Build
10
9
22
21
23
22
- This command will build all modules (core, node, gui).
24
23
- If the build fails, you may need to clean previously built artifacts with the ` mvn clean ` command.
25
- - Some tests use [ Docker] ( https://www.docker.com/ ) , so make sure your docker daemon is running.
26
24
- Archives can be found in the ` target ` folder for each module.
27
25
28
26
### Skip tests
Original file line number Diff line number Diff line change 265
265
<version >1.5.0</version >
266
266
<scope >test</scope >
267
267
</dependency >
268
- <dependency >
269
- <groupId >com.whisk</groupId >
270
- <artifactId >docker-testkit-scalatest_${scala.version.short}</artifactId >
271
- <version >0.9.9</version >
272
- <scope >test</scope >
273
- </dependency >
274
- <dependency >
275
- <groupId >com.whisk</groupId >
276
- <artifactId >docker-testkit-impl-spotify_${scala.version.short}</artifactId >
277
- <version >0.9.9</version >
278
- <scope >test</scope >
279
- </dependency >
280
- <!-- neeeded for our docker tests, see https://github.com/spotify/dockerfile-maven/issues/90 -->
281
- <dependency >
282
- <groupId >javax.activation</groupId >
283
- <artifactId >activation</artifactId >
284
- <version >1.1.1</version >
285
- <scope >test</scope >
286
- </dependency >
287
268
<dependency >
288
269
<groupId >com.typesafe.akka</groupId >
289
270
<artifactId >akka-testkit_${scala.version.short}</artifactId >
You can’t perform that action at this time.
0 commit comments