mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-06 23:47:39 +02:00
Compile test classes to java 8 to fix enforcer
This commit is contained in:
committed by
René Pfeuffer
parent
2bf87fb937
commit
217f6348c0
@@ -49,6 +49,10 @@ class JavaModulePlugin implements Plugin<Project> {
|
||||
options.release = 8
|
||||
}
|
||||
|
||||
project.compileTestJava {
|
||||
options.release = 8
|
||||
}
|
||||
|
||||
project.tasks.withType(Javadoc) {
|
||||
failOnError false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user