Skip to content
Snippets Groups Projects
Commit 37375ccb authored by dgelessus's avatar dgelessus
Browse files

Remove explicit targetCompatibility (defaults to sourceCompatibility)

parent 12357c96
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,6 @@ dependencies { ...@@ -42,7 +42,6 @@ dependencies {
java { java {
sourceCompatibility = JavaVersion.VERSION_1_8 sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
withSourcesJar() withSourcesJar()
withJavadocJar() withJavadocJar()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment