Skip to content

Commit

Permalink
cj-bitcoinj-dsl-gvy: Set JavaCompile/options.release = 8
Browse files Browse the repository at this point in the history
This seems necessary to get the Gradle metadata correct, even though
there is no Java code in this module.
  • Loading branch information
msgilligan committed Jul 26, 2022
1 parent e1ac65c commit 95d26fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cj-bitcoinj-dsl-gvy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ plugins {

ext.moduleName = 'org.consensusj.bitcoinj.dsl.gvy'

tasks.withType(JavaCompile) {
options.release = 8
}

tasks.withType(GroovyCompile) {
targetCompatibility = 1.8
}
Expand Down

0 comments on commit 95d26fb

Please sign in to comment.