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

Require Java 8

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