Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkristian committed Sep 1, 2024
1 parent 444d9c3 commit f7a76e8
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,19 @@ other is closer to maven in its naming.

it is licensed under (EPL-1.0)[https://www.eclipse.org/legal/epl-v10.html]

## contributing #
## building ##

Prepare and pack the gem under ./pkg
```
./mvnw install
```

Push the gem to rubygems.org
```
./mvnw deploy -Prelease
```

## contributing ##

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
Expand Down

0 comments on commit f7a76e8

Please sign in to comment.