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 6c75e7a commit 572d3d3Copy full SHA for 572d3d3
build.gradle
@@ -21,14 +21,10 @@ configurations {
21
22
repositories {
23
mavenCentral()
24
- maven {
25
- name = "Lenni0451"
26
- url = "https://maven.lenni0451.net/snapshots"
27
- }
28
}
29
30
dependencies {
31
- include "net.raphimc:NoteBlockLib:2.1.2-SNAPSHOT"
+ include "net.raphimc:NoteBlockLib:2.1.2"
32
include "com.formdev:flatlaf:3.4.1"
33
include "net.lenni0451.commons:swing:1.5.1"
34
include "org.lwjgl:lwjgl:3.3.3"
0 commit comments