diff --git a/cj-bitcoinj-dsl-gvy/build.gradle b/cj-bitcoinj-dsl-gvy/build.gradle index 3aa0d8a3b..a39c5ec65 100644 --- a/cj-bitcoinj-dsl-gvy/build.gradle +++ b/cj-bitcoinj-dsl-gvy/build.gradle @@ -4,6 +4,10 @@ plugins { ext.moduleName = 'org.consensusj.bitcoinj.dsl.gvy' +tasks.withType(JavaCompile) { + options.release = 8 +} + tasks.withType(GroovyCompile) { targetCompatibility = 1.8 }