Skip to content

Commit

Permalink
Removed JaCoCo extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Jun 22, 2024
1 parent 9f64b6d commit 0e55b27
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
Binary file modified lib/bld/bld-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions lib/bld/bld-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-jacoco-report:0.9.5
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.version=1.9.1
9 changes: 0 additions & 9 deletions src/bld/java/rife/bld/extension/PmdOperationBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@

package rife.bld.extension;

import rife.bld.BuildCommand;
import rife.bld.Project;
import rife.bld.publish.PublishDeveloper;
import rife.bld.publish.PublishLicense;
import rife.bld.publish.PublishScm;

import java.io.IOException;
import java.util.List;

import static rife.bld.dependencies.Repository.MAVEN_CENTRAL;
Expand Down Expand Up @@ -94,11 +92,4 @@ public PmdOperationBuild() {
public static void main(String[] args) {
new PmdOperationBuild().start(args);
}

@BuildCommand(summary = "Generates JaCoCo Reports")
public void jacoco() throws IOException {
new JacocoReportOperation()
.fromProject(this)
.execute();
}
}

0 comments on commit 0e55b27

Please sign in to comment.