We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fece50 commit 22abbbdCopy full SHA for 22abbbd
1 file changed
build.gradle
@@ -89,8 +89,6 @@ subprojects {
89
embeds { id = mrId }
90
}
91
92
- // Sync Modrinth description with README
93
- projectDescription = rootProject.file("README.md").text
94
95
curseforge {
96
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN").getOrElse("")
@@ -168,4 +166,4 @@ static String capsLoader(String loader) {
168
166
case "neoforge": return "NeoForge"
169
167
default: return loader
170
171
-}
+}
0 commit comments