Bumped bld to 1.8.0
This commit is contained in:
parent
58fe5a5f9a
commit
6db887c99f
12 changed files with 230 additions and 29 deletions
|
@ -3,14 +3,14 @@
|
|||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://rife2.com/bld)
|
||||
[](https://repo.rife2.com/#/releases/com/uwyn/rife2/bld-detekt)
|
||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-detekt)
|
||||
[](https://github.com/rife2/bld-detekt/actions/workflows/bld.yml)
|
||||
|
||||
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
||||
|
||||
To check all Kotlin source code located `src/main/kotlin` and `src/test/kotlin`, add the following to your build file:
|
||||
To check all Kotlin source code located in the project, add the following to your build file:
|
||||
```java
|
||||
@BuildCommand(summary = "Checks source with Detekt")
|
||||
public void detekt() throws ExitStatusException, IOException, InterruptedException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue