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

Remove explicit targetCompatibility (defaults to sourceCompatibility)

parent 9bfbd2c6
No related branches found
No related tags found
No related merge requests found
Pipeline #158233 passed
...@@ -48,7 +48,6 @@ dependencies { ...@@ -48,7 +48,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