Skip to content

Commit

Permalink
docs: Include instructions to load 'java' or 'java-library' plugins a…
Browse files Browse the repository at this point in the history
…s needed (#331)

Co-authored-by: Francisco Daines <francisco.daines@mercadolibre.cl>
  • Loading branch information
fdaines and franciscodaines authored Feb 10, 2023
1 parent 98f132e commit c97fe8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Add gradle-pitest-plugin to the `plugins` configuration in your `build.gradle` f

```groovy
plugins {
id 'java' //or 'java-library' - depending on your needs
id 'info.solidsoft.pitest' version '1.9.11'
}
```
Expand Down Expand Up @@ -55,6 +56,7 @@ buildscript {
Apply the plugin:

```groovy
apply plugin: 'java' //or 'java-library' - depending on your needs
apply plugin: 'info.solidsoft.pitest'
```

Expand Down

0 comments on commit c97fe8a

Please sign in to comment.