Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1) Create a maven project. And use  ./gradlew -Ppublishing PublishToMavenLocal, to use the following command to publish changed code to local repository. 

Code Block
 ./gradlew -Ppublishing -PnoSigning publishMavenJavaPublicationToMavenLocal

2) Make use of Integration tests, and make your user defined pipeline part of the integration test. 

...