Skip to content

Commit 3658cec

Browse files
authored
Rename firstdarkdev maven (#9)
1 parent 063540d commit 3658cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repositories {
3434
}
3535
maven {
3636
name 'FirstDarkDev'
37-
url "https://maven.firstdarkdev.xyz/snapshots/"
37+
url "https://maven.firstdark.dev/snapshots/"
3838
}
3939
maven { // Registrate
4040
url = "https://maven.tterrag.com/"
@@ -193,4 +193,4 @@ tasks.withType(JavaCompile).configureEach {
193193
options.encoding = "UTF-8"
194194
options.release.set(17)
195195
options.compilerArgs << "-Aquiet=true" // Suppress mixin notes
196-
}
196+
}

0 commit comments

Comments
 (0)