Skip to content

Commit

Permalink
Add build section to README
Browse files Browse the repository at this point in the history
Signed-off-by: Manoel Campos <manoelcampos@gmail.com>
  • Loading branch information
manoelcampos committed May 10, 2023
1 parent 911a661 commit a219bc9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,15 @@ Prior to version 3, the library expected properties to be prefixed with `env.`.
prefix=env.
```

## Building spring-dotenv

Inside a terminal at the project root directory, type the following command.
Set the release version as you wish (if you are creating a new release) or based on the latest version in GitHub.

```shell
RELEASE_VERSION=0.0.0 ./gradlew build
```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Expand Down

0 comments on commit a219bc9

Please sign in to comment.