Skip to content

Commit

Permalink
missed these in the build file
Browse files Browse the repository at this point in the history
  • Loading branch information
granny committed Apr 28, 2024
1 parent ca265ba commit 9d2dae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent
plugins {
java
`maven-publish`
id("com.github.johnrengelman.shadow") version "8.1.1" apply false
id("io.papermc.paperweight.patcher") version "1.6.2"
}

Expand Down Expand Up @@ -43,6 +42,7 @@ subprojects {
repositories {
mavenCentral()
maven(paperMavenPublicUrl)
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // TODO - Adventure snapshot
maven("https://jitpack.io")
}
}
Expand Down

0 comments on commit 9d2dae3

Please sign in to comment.