Fix for publish workflow
This commit is contained in:
parent
35ae2b6333
commit
9439b18f68
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue