Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Commit

Permalink
#92 Pump development guide
Browse files Browse the repository at this point in the history
  • Loading branch information
arturalbov committed May 18, 2018
1 parent 2c93a91 commit e7bddb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/contributing/pump-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ To start with, create new Gradle submodule with name of your chain in `pumps` mo

Example of `pumps/build.gradle` file with your module:

```
```groovy
project(":pumps:common") {
apply plugin: "io.spring.dependency-management"
Expand All @@ -66,9 +66,9 @@ project(":pumps:{your_module_name}") {
}
...
```
Example of `settings.gradle` file:
```
Example of `settings.gradle` file:
```groovy
include "common"
include "common-kafka"
include "cassandra-service"
Expand Down

0 comments on commit e7bddb1

Please sign in to comment.