We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b6cb0 commit 5a3778bCopy full SHA for 5a3778b
1 file changed
build.gradle
@@ -159,15 +159,4 @@ publishMods {
159
type = BETA
160
modLoaders.add("forge")
161
162
- curseforge {
163
- accessToken = file("key.properties").text
164
- projectId = "${curse_id}"
165
- displayName = "${mod_archive_name}-${minecraft_version}-v${mod_version}"
166
- minecraftVersions.add("${minecraft_version}")
167
- minecraftVersions.add("1.20")
168
-
169
- requires { slug = "library-of-exile" }
170
- requires { slug = "curios" }
171
172
- }
173
}
0 commit comments