Hello 👋 I am trying to add https://github.com/unjoinable/minigamelib as a dependency on my other project but for some reason the minestom module does not shade the root project and I am not able to access the main library
#Trying to publish shadow builds
1 messages · Page 1 of 1 (latest)
<@&987246554085740594> please have a look, thanks.
someone please help I am trying to do this for past 20hrs
If it matters this is how I am trying to import it
plugins {
id("java")
}
group = "io.github.unjoinable"
version = "1.0-SNAPSHOT"
repositories {
mavenCentral()
maven { url = uri("https://jitpack.io") }
}
dependencies {
implementation("com.github.unjoinable.minigamelib:minestom:-SNAPSHOT")
}```
Detected code, here are some useful tools:
Everytime I edit the build files of library I commit and run .\gradlew build publishToMavenLocal