mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02: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: 'checkstyle'
|
||||
|
||||
compileJava {
|
||||
options.release = 8
|
||||
}
|
||||
|
||||
// Only generate jar for submodules
|
||||
// without this we would generate an empty pgpainless.jar for the project root
|
||||
// https://stackoverflow.com/a/25445035
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue