We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1594c50 commit 48adb35Copy full SHA for 48adb35
build.gradle
@@ -12,6 +12,9 @@ repositories {
12
}
13
14
15
+group = GROUP
16
+
17
18
dependencies {
19
// Core dependencies
20
api 'com.squareup.okhttp3:okhttp:5.2.1'
@@ -54,12 +57,6 @@ spotless {
54
57
55
58
56
59
-//java {
-// withSourcesJar()
-// withJavadocJar()
60
-//}
61
-
62
63
test {
64
useJUnitPlatform()
65
testLogging {
gradle.properties
@@ -1,6 +1,6 @@
1
GROUP=com.auth0
2
POM_ARTIFACT_ID=auth0
3
-VERSION_NAME=2.12.0
+VERSION_NAME=3.0.0-beta.0
4
5
POM_NAME=auth0-java
6
POM_DESCRIPTION=Java client library for the Auth0 platform
0 commit comments