Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export GPG_TTY=$(tty)
export JAVA_TOOL_OPTIONS='-Duser.language=us -Duser.country=US'
Comment thread
VladimirTaytor marked this conversation as resolved.
Outdated
2 changes: 2 additions & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
java temurin-17.0.17+10
maven 3.9.11
Comment thread
VladimirTaytor marked this conversation as resolved.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Java](https://badgen.net/badge/icon/Java?icon=java&label=)
![Java](https://badgen.net/badge/icon/Java?icon=java&label=)

# Official Mailtrap Java client

Expand Down Expand Up @@ -146,6 +146,12 @@ You can find the API reference [here](https://mailtrap.github.io/mailtrap-java/i

Bug reports and pull requests are welcome on [GitHub](https://github.com/mailtrap/mailtrap-java). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](CODE_OF_CONDUCT.md).

### Build
- Istall [direnv](https://direnv.net/)
- Install [asdf](https://asdf-vm.com/)
- Install Java plugin https://github.com/halcyon/asdf-java
- Install Maven plugin https://github.com/halcyon/asdf-maven
Comment thread
VladimirTaytor marked this conversation as resolved.
Outdated

## License

The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.mailtrap</groupId>
<artifactId>mailtrap-java</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
Comment thread
VladimirTaytor marked this conversation as resolved.

<name>Mailtrap Java SDK</name>
<description>The official Mailtrap SDK for Java provides Java APIs
Expand Down