diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..d217aee --- /dev/null +++ b/.envrc @@ -0,0 +1,2 @@ +export GPG_TTY=$(tty) +export JAVA_TOOL_OPTIONS='-Duser.language=en -Duser.country=US' diff --git a/.tool-versions b/.tool-versions new file mode 100644 index 0000000..edef938 --- /dev/null +++ b/.tool-versions @@ -0,0 +1,2 @@ +java temurin-17.0.17+10 +maven 3.9.11 diff --git a/README.md b/README.md index f4ba4bf..face83e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -19,20 +19,20 @@ As Maven dependency: io.mailtrap mailtrap-java - 1.0.0 + 1.1.0 ``` As Gradle Groovy dependency: ```groovy -implementation 'io.mailtrap:mailtrap-java:1.0.0' +implementation 'io.mailtrap:mailtrap-java:1.1.0' ``` As Gradle Kotlin DSL dependency: ```kotlin -implementation("io.mailtrap:mailtrap-java:1.0.0") +implementation("io.mailtrap:mailtrap-java:1.1.0") ``` ## Usage @@ -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 +- Install [direnv](https://direnv.net/) +- Install [asdf](https://asdf-vm.com/) +- Install [asdf-java](https://github.com/halcyon/asdf-java) plugin +- Install [asdf-maven](https://github.com/halcyon/asdf-maven) plugin + ## License The package is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). diff --git a/docs/getting-started.md b/docs/getting-started.md index 80d58ee..7272f58 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -17,20 +17,20 @@ Maven dependency: io.mailtrap mailtrap-java - 1.0.0 + 1.1.0 ``` Gradle Groovy dependency: ```groovy -implementation 'io.mailtrap:mailtrap-java:1.0.0' +implementation 'io.mailtrap:mailtrap-java:1.1.0' ``` Gradle Kotlin DSL dependency: ```kotlin -implementation("io.mailtrap:mailtrap-java:1.0.0") +implementation("io.mailtrap:mailtrap-java:1.1.0") ``` ### 2. Authentication diff --git a/pom.xml b/pom.xml index b280de5..7a6afcf 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ io.mailtrap mailtrap-java - 1.0.0 + 1.1.0 Mailtrap Java SDK The official Mailtrap SDK for Java provides Java APIs