Skip to content

Commit 41fa085

Browse files
Try custom unimined
1 parent 5595387 commit 41fa085

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java-library'
44
id 'maven-publish'
55
id 'com.gradleup.shadow' version '9.0.2'
6-
id 'xyz.wagyourtail.unimined' version '1.4.1'
6+
id 'xyz.wagyourtail.unimined' version '1.4.2-kappa'
77
id 'net.kyori.blossom' version '2.1.0'
88
}
99

settings.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ pluginManagement {
1313
maven {
1414
url = "https://maven.wagyourtail.xyz/releases"
1515
}
16+
maven {
17+
url = "https://maven.outlands.top/releases"
18+
}
19+
1620
maven {
1721
url = "https://maven.wagyourtail.xyz/snapshots"
1822
}

0 commit comments

Comments
 (0)