diff --git a/.github/workflows/maven-deploy.yml b/.github/workflows/maven-deploy.yml index 30cb241..5042181 100644 --- a/.github/workflows/maven-deploy.yml +++ b/.github/workflows/maven-deploy.yml @@ -52,4 +52,4 @@ jobs: env: MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} - GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} + GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }} \ No newline at end of file diff --git a/README.md b/README.md index 22c23c0..4269417 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ The Java SDK can be added to your project through a compiled JAR or by Maven! ``` ## Getting Started + #### Note: Java and Maven are Prerequisites to use at_java Clone the at_java repo from GItHub using