refactor: Add provided lib directory to execution classpath
This commit is contained in:
parent
54c3c244e1
commit
18fce5c29a
2 changed files with 4 additions and 4 deletions
|
@ -37,6 +37,6 @@ Don't forget to add the [JReleaser](https://jreleaser.org/) dependency to your b
|
|||
|
||||
```java
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
scope(compile)
|
||||
scope(provided)
|
||||
.include(dependency("org.jreleaser", "jreleaser", version(1, 16, 0)));
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue