Skip to content

Commit d946dca

Browse files
committed
add github actions workflow for build and release automation
2 parents 3e5fc12 + c01a7ad commit d946dca

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

settings.gradle

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)