missed these in the build file

This commit is contained in:
granny
2024-04-28 02:36:05 -07:00
parent ca265bae64
commit 9d2dae3c9c

View File

@@ -4,7 +4,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins { plugins {
java java
`maven-publish` `maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.6.2" id("io.papermc.paperweight.patcher") version "1.6.2"
} }
@@ -43,6 +42,7 @@ subprojects {
repositories { repositories {
mavenCentral() mavenCentral()
maven(paperMavenPublicUrl) maven(paperMavenPublicUrl)
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // TODO - Adventure snapshot
maven("https://jitpack.io") maven("https://jitpack.io")
} }
} }