adding sc-task to list of skipped projects

This commit is contained in:
Ryan Baxter
2018-07-31 14:58:01 -04:00
committed by GitHub
parent ec4e728bc9
commit eef87e70ac

View File

@@ -79,6 +79,7 @@ public class ReleaserProperties {
{
this.add("spring-boot");
this.add("spring-cloud-stream");
this.add("spring-cloud-task");
}
};