Commit Graph

14 Commits

Author SHA1 Message Date
Marcin Grzejszczak
239f349140 Upgraded Gradle to 7.3 2021-11-29 11:07:36 +01:00
Marcin Grzejszczak
f703266120 Bumped Gradle to 7.2; fixes gh-1712 2021-09-02 11:47:02 +02:00
Marcin Grzejszczak
98783853b8 More fixes to the java16 build 2021-07-14 12:01:27 +02:00
Marcin Grzejszczak
01a4c9a23c Works with JDK16 2021-05-05 13:15:47 +02:00
Olga Maciaszek-Sharma
0b1625cac2 Upgrade gradle for docker builds. Upgrade kotlin. 2020-05-15 17:26:08 +02:00
Olga Maciaszek-Sharma
50b36c49c7 Upgrade gradle and groovy version in test projects. 2020-05-13 18:37:44 +02:00
Marcin Grzejszczak
cf9ea03df3 Merge branch '2.1.x' 2019-09-26 15:09:53 +02:00
Marcin Grzejszczak
6b9e377487 Rewriting to java (#1131)
* Rewritting to java

- rewritten a lot of Spring Cloud Contract Spec module to Java
- extracted all Groovy stuff to a separate package
- will now continue writing extension modules
- spring-cloud-contract-spec will be written purely in java
- spring-cloud-contract-spec-groovy will have Groovy extensions

fixes gh-1130
2019-07-08 14:15:21 +02:00
Marcin Grzejszczak
1e11e99dac Bumped Gradle 5.5 in the docker image 2019-07-05 10:20:41 +02:00
Marcin Grzejszczak
78e3c08c32 Bumps Groovy to 2.5.7 and Gradle to 5.5; fixes gh-1046 2019-07-03 10:42:28 +02:00
Marcin Grzejszczak
b48dd4905f Upgraded Rest Assured to 4.0.0; fixes gh-1122 2019-07-02 14:50:20 +02:00
Marcin Grzejszczak
783a7a67bf Upgraded Gradle to 5.5; fixes gh-1124 2019-07-01 13:56:25 +02:00
Marcin Grzejszczak
34c2ed0330 Migrated to Ubuntu:18.10 and Java installation via SDKMan. Fixes gh-754 2018-10-19 16:14:12 +02:00
Marcin Grzejszczak
37d7e8cfd3 Docker images (#527)
with this change we're adding generation of 2 docker images - verifier and stub runner
we also added a project `spring-cloud-contract-stub-runner-boot` which contains a far jar with stub runner boot

fixes gh-526, gh-516
2018-01-24 17:07:22 +01:00