We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c69238 commit f9b2374Copy full SHA for f9b2374
bom/build.gradle.kts
@@ -7,6 +7,12 @@ plugins {
7
8
group = "net.onelitefeather.microtus"
9
10
+repositories {
11
+ maven("https://s01.oss.sonatype.org/content/repositories/snapshots")
12
+ mavenCentral()
13
+ maven(url = "https://jitpack.io")
14
+}
15
+
16
bomGenerator {
17
val version = rootProject.version as String
18
includeDependency("net.onelitefeather.microtus", "Microtus", version)
0 commit comments