Skip to content

Commit

Permalink
Remove Adventure snapshot repo from dev bundle (#10716)
Browse files Browse the repository at this point in the history
* Remove Adventure snapshot repo

* do not remove trailing comma
  • Loading branch information
scarfacered committed May 13, 2024
1 parent 218d33c commit fa8a407
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ tasks.generateDevelopmentBundle {
libraryRepositories.addAll(
"https://repo.maven.apache.org/maven2/",
paperMavenPublicUrl,
"https://s01.oss.sonatype.org/content/repositories/snapshots/", // TODO - Adventure snapshot
)
}

Expand Down

0 comments on commit fa8a407

Please sign in to comment.