Skip to content

Commit

Permalink
add snapshots repo temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Aug 5, 2023
1 parent 1f10ebe commit 6c15b30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build-logic/src/main/kotlin/codebook.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ plugins {
}

repositories {
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") { // temp until release is published
mavenContent {
includeGroupAndSubgroups("dev.denwav.hypo")
}
}
mavenCentral()
maven("https://maven.parchmentmc.org") {
name = "ParchmentMC"
Expand Down

0 comments on commit 6c15b30

Please sign in to comment.