Skip to content

Commit

Permalink
Clearify where to but the buildscript block
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Oberwasserlechner authored Mar 26, 2020
1 parent bf2442e commit bd83460
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I wrote it especially for the usage with "ulisesbocchio/jasypt-spring-boot" as I

## Usage

Add a buildscript dependency:
Add a `buildscript` block to the top of your `build.gradle` :
```
buildscript {
repositories {
Expand All @@ -24,10 +24,13 @@ buildscript {
}
}
```
Apply the plugin:
Apply the plugin by adding that to your `build.gradle`
```
apply plugin: "com.byteowls.jasypt"
```
**Note**: This plugin can not be discovered within the `plugin` block right now but `apply plugin: ...` and the `plugin` block can coexist beside each other.

Run `./gradlew tasks´ to ensure that the plugin is loaded.

## Tasks

Expand Down

0 comments on commit bd83460

Please sign in to comment.