Added bld badge
This commit is contained in:
parent
ca65b86e1d
commit
5a0dbdffed
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||||
|
[](https://rife2.com/bld)
|
||||||
[](https://github.com/rife2/rife2-template-renderers/releases/latest)
|
[](https://github.com/rife2/rife2-template-renderers/releases/latest)
|
||||||
[](https://central.sonatype.com/artifact/com.uwyn.rife2/rife2-renderers/1.1.0)
|
[](https://central.sonatype.com/artifact/com.uwyn.rife2/rife2-renderers/1.1.0)
|
||||||
[](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/rife2-renderers/)
|
[](https://s01.oss.sonatype.org/content/repositories/snapshots/com/uwyn/rife2/rife2-renderers/)
|
||||||
|
|
|
@ -75,7 +75,7 @@ public class TemplateRenderersBuild extends Project {
|
||||||
new TemplateRenderersBuild().start(args);
|
new TemplateRenderersBuild().start(args);
|
||||||
}
|
}
|
||||||
|
|
||||||
@BuildCommand(summary = "Generates Jacoco Reports")
|
@BuildCommand(summary = "Generates JaCoCo Reports")
|
||||||
public void jacoco() throws IOException {
|
public void jacoco() throws IOException {
|
||||||
new JacocoReportOperation()
|
new JacocoReportOperation()
|
||||||
.fromProject(this)
|
.fromProject(this)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue