Skip to content

Commit 57d8fc5

Browse files
committed
Note about Gradle bug
see #26
1 parent 77e4b9c commit 57d8fc5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ dependencies {
6565
}
6666
```
6767

68+
> ⚠️ Due to [this bug](https://github.com/gradle/gradle/issues/21490#issuecomment-1458887481) in Gradle which may affect the plugin, it is recommented to add the following to your `settings.gradle(.kts)` file:
69+
> ```
70+
> includeBuild(".")
71+
> ```
72+
6873
## Apply the plugin
6974
7075
In your convention plugin, apply the plugin.

0 commit comments

Comments
 (0)