Removed cross compilation

This commit is contained in:
Marcin Grzejszczak
2018-12-17 13:31:14 +01:00
parent 0d2b4556c9
commit 4ca8091494
4 changed files with 29 additions and 34 deletions

View File

@@ -1662,7 +1662,7 @@ following code listing shows the `SingleTestGenerator` interface:
[source,groovy]
----
include::{verifier_core_path}/src/main/groovy/org/springframework/cloud/contract/verifier/builder/SingleTestGenerator.java[indent=0,lines=17..-1]
include::{verifier_core_path}/src/main/groovy/org/springframework/cloud/contract/verifier/builder/SingleTestGenerator.groovy[indent=0,lines=17..-1]
----
Again, you must provide a `spring.factories` file, such as the one shown in the following