Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
9 changes: 3 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ repositories {
}
}

group = GROUP


dependencies {
// Core dependencies
api 'com.squareup.okhttp3:okhttp:5.2.1'
Expand Down Expand Up @@ -54,12 +57,6 @@ spotless {
}


//java {
// withSourcesJar()
// withJavadocJar()
//}


test {
useJUnitPlatform()
testLogging {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=com.auth0
POM_ARTIFACT_ID=auth0
VERSION_NAME=2.12.0
VERSION_NAME=3.0.0-beta.0

POM_NAME=auth0-java
POM_DESCRIPTION=Java client library for the Auth0 platform
Expand Down
Loading