Skip to content

Commit

Permalink
donkeydunkeydoo
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Jun 6, 2019
1 parent b694b82 commit 2558453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'net.researchgate.release' version '2.6.0'
}

tasks.findByName('release').dependsOn 'test'
tasks.findByName('release').dependsOn project.getTasksByName('test', true)

task wrapper(type: Wrapper) {
gradleVersion = '4.8.1'
Expand Down

0 comments on commit 2558453

Please sign in to comment.