diff --git a/build.gradle b/build.gradle index 4585d933..3bba2a96 100644 --- a/build.gradle +++ b/build.gradle @@ -12,6 +12,9 @@ repositories { } } +group = GROUP + + dependencies { // Core dependencies api 'com.squareup.okhttp3:okhttp:5.2.1' @@ -54,12 +57,6 @@ spotless { } -//java { -// withSourcesJar() -// withJavadocJar() -//} - - test { useJUnitPlatform() testLogging { diff --git a/gradle.properties b/gradle.properties index 69714a96..9a6dd770 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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