Skip to content

Commit f9b2374

Browse files
committed
Improve bom
1 parent 7c69238 commit f9b2374

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bom/build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ plugins {
77

88
group = "net.onelitefeather.microtus"
99

10+
repositories {
11+
maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
12+
mavenCentral()
13+
maven(url = "https://jitpack.io")
14+
}
15+
1016
bomGenerator {
1117
val version = rootProject.version as String
1218
includeDependency("net.onelitefeather.microtus", "Microtus", version)

0 commit comments

Comments
 (0)