Skip to content

Commit 724e4af

Browse files
committed
Removed toolchain from core java module
1 parent 35bb670 commit 724e4af

2 files changed

Lines changed: 2 additions & 252 deletions

File tree

auth0-api-java/JWT_VALIDATION_GUIDE.md

Lines changed: 0 additions & 247 deletions
This file was deleted.

auth0-api-java/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ group = 'com.auth0'
66
version = '1.0.0-SNAPSHOT'
77

88
java {
9-
toolchain {
10-
languageVersion = JavaLanguageVersion.of(8)
11-
}
12-
withSourcesJar()
13-
withJavadocJar()
9+
sourceCompatibility = JavaVersion.VERSION_1_8
10+
targetCompatibility = JavaVersion.VERSION_1_8
1411
}
1512

1613
tasks.withType(Javadoc) {

0 commit comments

Comments
 (0)