Skip to content

Commit

Permalink
Merge pull request hyperledger-web3j#330 from benjumanji/quash-warning
Browse files Browse the repository at this point in the history
build: quash warning in core/build.gradle
  • Loading branch information
conor10 authored Jan 24, 2018
2 parents 97f6c72 + f016fe3 commit a889740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
"nl.jqno.equalsverifier:equalsverifier:$equalsverifierVersion"
}

task createProperties(dependsOn: processResources) << {
task createProperties(dependsOn: processResources) doLast {
// if resources dir is empty we need to create this ourselves
new File("$buildDir/resources/main/").mkdirs()

Expand Down

0 comments on commit a889740

Please sign in to comment.