#Trying to publish shadow builds

1 messages · Page 1 of 1 (latest)

native river
mellow nightBOT
#

<@&987246554085740594> please have a look, thanks.

native river
#

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")
}```
mellow nightBOT
native river
#

Everytime I edit the build files of library I commit and run .\gradlew build publishToMavenLocal