add readme n shit

This commit is contained in:
KoenDR06 2025-06-02 00:37:15 +02:00
parent bfc595dc16
commit c75b3a9a89
3 changed files with 2 additions and 4 deletions

View file

@ -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)