Skip to content

Commit

Permalink
Gradle plugin: do not set dependency on generateTypeScript task (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechhabarta committed Jan 5, 2018
1 parent 6b74fc6 commit 63699f2
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ public void apply(Project project) {
generateTsTask.dependsOn(task.getName());
}
}

for (Task classesTask : project.getTasksByName("build", false)) {
classesTask.dependsOn(generateTsTask);
}
}

}

0 comments on commit 63699f2

Please sign in to comment.