Commit Graph

47 Commits

Author SHA1 Message Date
Marcin Grzejszczak
0ee72919f2 Not building the maven plugin docs anymore 2023-09-26 12:51:40 +02:00
spencergibb
1fe09d5e41 Updates gradle to 7.4.1 2022-03-11 14:16:19 -05:00
Spencer Gibb
dffe488857 Updates to version 4.0.0-SNAPSHOT (#1747)
* Updates to version 4.0.0-SNAPSHOT

Updates to Java 17, framework 6, boot 3 and Jakarta EE

Missing support for versions of rest assured, activemq-pool & jersey-client

* Additional jdk17, spring cloud 2021, boot 3 upgrades

* Fixed invalid version

Co-authored-by: Marcin Grzejszczak <marcin@grzejszczak.pl>
Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2022-01-14 11:18:01 +01:00
Shannon Pamperl
7804933b21 Attempt to keep Kotlin totally off the classpath (#1558)
* Attempt to keep Kotlin totally off the classpath

* Add version header for new class

* Fix a few bugs with the samples and provide better debugging output for javaexec

* Use main consistently

* Fix Gradle's published pom and use maven-publish plugin consistently throughout plugin and samples

* Re-add groovydoc jar

* Have assemble create the groovydoc jar

* Switch to publishToMavenLocal

* Sync dependencies with pom.xml and fix null provider for Gradle versions less than 6.2

* Perform quoting conditionally for Windows only

* Add jsch, aether, and shaded libraries to round out compatibility

* Ensure contract tests are generated before kotlin compile task
2020-12-03 10:24:55 +01:00
Spencer Gibb
3eb7939c87 remove -U 2020-04-09 19:54:43 -04:00
Spencer Gibb
3df5b79a37 Force maven update 2020-04-09 19:26:25 -04:00
Marcin Grzejszczak
cce66fa97a Set up Gradle 6.3 2020-04-02 08:24:15 +02:00
Marcin Grzejszczak
6d77d6f42d Not skipping tests for docs 2019-10-22 11:39:28 +02:00
Marcin Grzejszczak
609b9e3b7d Requires kotlin to be explicitly provided; fixes gh-1189 2019-08-30 10:53:53 +02:00
Marcin Grzejszczak
cdb93f178b Trying to fix circle 2019-08-28 10:50:26 +02:00
Marcin Grzejszczak
0d0856dd5e Improved circle build 2019-08-28 10:13:21 +02:00
Marcin Grzejszczak
47192ecf75 Trying to fix Circle by killing all gradle deamons before running a build and lowering memory usage 2019-08-19 10:33:34 +02:00
Marcin Grzejszczak
f3157313e6 Fail at the end 2018-07-20 15:50:46 +02:00
Marcin Grzejszczak
ee5451a483 Added compile only mode 2018-07-20 14:46:39 +02:00
Marcin Grzejszczak
e8b3168d0b Preparing for releaser GA release 2017-11-20 11:49:21 +01:00
Marcin Grzejszczak
1544d8ea9b Preparing for releaser GA release 2017-11-20 11:49:21 +01:00
Marcin Grzejszczak
7d25a1822a Changed the project building via the releaser 2017-07-21 13:13:18 +02:00
Marcin Grzejszczak
456253bfe8 Moved releaser config to config folder 2017-03-10 12:52:43 +01:00
Marcin Grzejszczak
302ded2c3d Added the releaser config 2017-03-10 12:31:18 +01:00
Marcin Grzejszczak
74359041da Added build with docs script 2017-03-10 12:20:07 +01:00
Marcin Grzejszczak
9be467ed51 Fixed the order of tests in parallel build 2017-01-16 14:41:14 +01:00
Marcin Grzejszczak
11c9509a42 Fixed the parallel build
first we need to build the libs and ony then run the integration tests
2017-01-16 13:37:06 +01:00
Marcin Grzejszczak
12aa340e46 Added an option to build the project in parallel
with this change we've added some scripts to run the build in parallel. It makes the build ~ 2 times faster

fixes #190
2017-01-16 13:05:15 +01:00
Andy Wilkinson
72e165e4ae Use spring-asciidoctor-extensions to provide tabbed code blocks (#153) 2016-11-21 17:15:33 +01:00
Marcin Grzejszczak
699c7d2121 Added Gradle / Maven tabs
with these changes if someone is not interested with one of those tools one won't see it until it gets clicked

fixes #152
2016-11-21 13:59:42 +01:00
Marcin Grzejszczak
012eac8f3c Fixing the build (#63)
we are installing artifacts twice. With Maven and Gradle then. We need to change that.

fixes #62
2016-08-22 11:33:17 +02:00
Dave Syer
d56006bc93 Fix build config for standalone tests (need to be run separately) 2016-08-14 09:44:20 -07:00
Marcin Grzejszczak
6d979dd3db Updating circlei build 2016-08-12 14:43:14 +02:00
Marcin Grzejszczak
889f35b995 Updating circlei build 2016-08-12 14:36:38 +02:00
Marcin Grzejszczak
ad5ecec340 Updating circlei build 2016-08-12 12:18:10 +02:00
Marcin Grzejszczak
cc89a26f15 Updating circlei build 2016-08-12 11:32:37 +02:00
Marcin Grzejszczak
74c846a27a Updating circlei build 2016-08-12 10:49:49 +02:00
Marcin Grzejszczak
82302ae721 Fixed Contract build 2016-08-12 10:46:36 +02:00
Dave Syer
71b16eac86 Configure Maven to run Gradle where necessary 2016-07-28 12:51:28 +01:00
Marcin Grzejszczak
c40069144d Upgraded docs 2016-07-25 13:16:17 +02:00
Marcin Grzejszczak
c94ab9e417 Running tests for parsed version 2016-07-22 21:09:25 +02:00
Marcin Grzejszczak
c22095c92b Paramtrized scripts for tests 2016-07-22 16:58:37 +02:00
Dave Syer
e03614c2f7 Shorten standalone sample names 2016-07-16 16:14:23 +01:00
Marcin Grzejszczak
77703c0003 Migrated docs to new folders 2016-07-15 14:34:40 +02:00
Dave Syer
15dc75dece Move plugins in to tools folder
Also rename plugins removing 'verifer'.
2016-07-15 10:49:14 +01:00
Marcin Grzejszczak
8752cf2324 Added codecov integration 2016-07-14 23:46:04 +02:00
Marcin Grzejszczak
df7ee2e9f1 Reorganized samples 2016-07-13 15:50:34 +02:00
Marcin Grzejszczak
cf27296f65 Added a script to generate docs 2016-07-13 13:54:06 +02:00
Marcin Grzejszczak
c76de73f3f Fixed CircleCI caching 2016-07-12 13:32:34 +02:00
Marcin Grzejszczak
ebf8dd4b67 Bumping WireMock to 2.1.7 (#27)
* Bumping WireMock to 2.1.7
* Added samples to the project
* Updated docs

fixes #26, #7
2016-07-12 13:06:42 +02:00
Marcin Grzejszczak
26eb6f72a7 Updated scripts 2016-07-10 12:34:04 +02:00
Dave Syer
432f952d3d Flatten hierarchy 2016-07-09 10:34:49 +01:00