Fix for publish workflow

This commit is contained in:
Erik C. Thauvin 2023-04-08 11:28:54 -07:00
parent 35ae2b6333
commit 9439b18f68
3 changed files with 7 additions and 2 deletions

View file

@ -72,4 +72,9 @@ public class TemplateRenderersBuild extends Project {
.apiKey(property("testsBadgeApiKey"))
.fromProject(this));
}
@Override
public void precompile() throws Exception {
// TODO remove when fixed in bld
}
}