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 063540d commit 3658cecCopy full SHA for 3658cec
build.gradle
@@ -34,7 +34,7 @@ repositories {
34
}
35
maven {
36
name 'FirstDarkDev'
37
- url "https://maven.firstdarkdev.xyz/snapshots/"
+ url "https://maven.firstdark.dev/snapshots/"
38
39
maven { // Registrate
40
url = "https://maven.tterrag.com/"
@@ -193,4 +193,4 @@ tasks.withType(JavaCompile).configureEach {
193
options.encoding = "UTF-8"
194
options.release.set(17)
195
options.compilerArgs << "-Aquiet=true" // Suppress mixin notes
196
-}
+}
0 commit comments