Skip to content

Commit 48adb35

Browse files
authored
Release 3.0.0-beta.0 (#803)
1 parent 1594c50 commit 48adb35

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ repositories {
1212
}
1313
}
1414

15+
group = GROUP
16+
17+
1518
dependencies {
1619
// Core dependencies
1720
api 'com.squareup.okhttp3:okhttp:5.2.1'
@@ -54,12 +57,6 @@ spotless {
5457
}
5558

5659

57-
//java {
58-
// withSourcesJar()
59-
// withJavadocJar()
60-
//}
61-
62-
6360
test {
6461
useJUnitPlatform()
6562
testLogging {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GROUP=com.auth0
22
POM_ARTIFACT_ID=auth0
3-
VERSION_NAME=2.12.0
3+
VERSION_NAME=3.0.0-beta.0
44

55
POM_NAME=auth0-java
66
POM_DESCRIPTION=Java client library for the Auth0 platform

0 commit comments

Comments
 (0)