We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25074a0 commit c01a7adCopy full SHA for c01a7ad
settings.gradle
@@ -0,0 +1,11 @@
1
+pluginManagement {
2
+ repositories {
3
+ maven {
4
+ name = 'Fabric'
5
+ url = 'https://maven.fabricmc.net/'
6
+ }
7
+ gradlePluginPortal()
8
9
+}
10
+
11
+rootProject.name = 'playeresp'
0 commit comments