Version 0.9.4

This commit is contained in:
Erik C. Thauvin 2024-05-12 17:24:13 -07:00
parent 6946a3c26d
commit 154359e0cd
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-kotlin:0.9.4
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.4-SNAPSHOT
bld.extension-detekt=com.uwyn.rife2:bld-detekt:0.9.4
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.downloadLocation=
bld.sourceDirectories=

View file

@ -34,7 +34,7 @@ public class DetektOperationBuild extends Project {
public DetektOperationBuild() {
pkg = "rife.bld.extension";
name = "DetektOperation";
version = version(0, 9, 4, "SNAPSHOT");
version = version(0, 9, 4);
javaRelease = 17;
downloadSources = true;
@ -88,12 +88,11 @@ public class DetektOperationBuild extends Project {
new DetektOperationBuild().start(args);
}
@BuildCommand(summary = "Check source code with PMD")
@BuildCommand(summary = "Checks source code with PMD")
public void pmd() {
new PmdOperation()
.fromProject(this)
.ruleSets("config/pmd.xml")
.execute();
}
}

View file

@ -17,7 +17,7 @@
package rife.bld.extension;
/**
* Defines a report for given report-id to be stores in the given path.
* Defines a report for the given report-id to be stored on the given path.
*
* @param id the report-id
* @param path the given path