We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35bb670 commit 724e4afCopy full SHA for 724e4af
2 files changed
auth0-api-java/JWT_VALIDATION_GUIDE.md
auth0-api-java/build.gradle
@@ -6,11 +6,8 @@ group = 'com.auth0'
6
version = '1.0.0-SNAPSHOT'
7
8
java {
9
- toolchain {
10
- languageVersion = JavaLanguageVersion.of(8)
11
- }
12
- withSourcesJar()
13
- withJavadocJar()
+ sourceCompatibility = JavaVersion.VERSION_1_8
+ targetCompatibility = JavaVersion.VERSION_1_8
14
}
15
16
tasks.withType(Javadoc) {
0 commit comments