mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-16 09:22:05 +01:00
compileJava: Add --release = 8
This commit is contained in:
parent
a369f1c103
commit
7234b42144
1 changed files with 4 additions and 0 deletions
|
@ -30,6 +30,10 @@ allprojects {
|
||||||
apply plugin: 'jacoco'
|
apply plugin: 'jacoco'
|
||||||
apply plugin: 'checkstyle'
|
apply plugin: 'checkstyle'
|
||||||
|
|
||||||
|
compileJava {
|
||||||
|
options.release = 8
|
||||||
|
}
|
||||||
|
|
||||||
// Only generate jar for submodules
|
// Only generate jar for submodules
|
||||||
// without this we would generate an empty pgpainless.jar for the project root
|
// without this we would generate an empty pgpainless.jar for the project root
|
||||||
// https://stackoverflow.com/a/25445035
|
// https://stackoverflow.com/a/25445035
|
||||||
|
|
Loading…
Reference in a new issue