add readme n shit
This commit is contained in:
parent
bfc595dc16
commit
c75b3a9a89
3 changed files with 2 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ tasks.withType<Jar> {
|
|||
// To avoid the duplicate handling strategy error
|
||||
duplicatesStrategy = DuplicatesStrategy.EXCLUDE
|
||||
|
||||
// To add all of the dependencies otherwise a "NoClassDefFoundError" error
|
||||
// To add all the dependencies otherwise a "NoClassDefFoundError" error
|
||||
from(sourceSets.main.get().output)
|
||||
|
||||
dependsOn(configurations.runtimeClasspath)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue