Skip to content

Commit 0a53f52

Browse files
authored
Merge pull request #15 from ndw/another-fix
It's not an exec anymore
2 parents e525137 + 2933cc4 commit 0a53f52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ task "dotnetNugetPush"(
136136
}
137137
}
138138

139-
task dist(type: Exec, dependsOn: ["dotnetBuild", "dotnetTest"]) {
139+
task dist(dependsOn: ["dotnetBuild", "dotnetTest"]) {
140+
// Just somewhere to hang dependencies
140141
}
141142

142143
task helloWorld() {

0 commit comments

Comments
 (0)