Skip to content

Commit

Permalink
Undocumented Final 1.0.0 Release
Browse files Browse the repository at this point in the history
Took 8 minutes
  • Loading branch information
xMrAfonso committed May 2, 2023
1 parent 5b108c5 commit 155b68a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ repositories {
mavenCentral()
}

publishing {
publications {
maven(MavenPublication) {
from components.java
}
}
}

dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.auth0:java-jwt:4.2.1'
Expand Down

0 comments on commit 155b68a

Please sign in to comment.