Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,10 @@ First, first add the shadow plugin, e.g.:

```kotlin
plugins {
id("qupath-conventions")
// To create a shadow/fat jar that bundle up all dependencies
// Warning: the order (shadow then qupath-conventions) matters
id("com.gradleup.shadow") version "8.3.5"
id("qupath-conventions")
}
```

Expand Down Expand Up @@ -106,4 +107,4 @@ To copy these dependencies into a `build/libs`, you can use
```

Note that this will probably may copy too many (including ones QuPath already provides).
To overcome that, you can use it in combination with Gradle Shadow, as described above.
To overcome that, you can use it in combination with Gradle Shadow, as described above.