Skip to content

Commit

Permalink
build(build-logic): disable snapshot repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Siroshun09 committed May 28, 2024
1 parent a92c695 commit 2929aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/src/main/kotlin/box.dependencies.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

val libs = extensions.getByType(org.gradle.accessors.dm.LibrariesForLibs::class)
val enableSnapshotRepo = true // For updating Box when a newer Minecraft version is released.
val enableSnapshotRepo = false // For updating Box when a newer Minecraft version is released.

repositories {
mavenCentral()
Expand Down

0 comments on commit 2929aa7

Please sign in to comment.