mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-03-04 06:44:40 +01:00
Temp disable
This commit is contained in:
parent
783bc714b2
commit
2e40bb296c
1 changed files with 5 additions and 5 deletions
10
build.gradle
10
build.gradle
|
@ -340,11 +340,11 @@ publishMods {
|
||||||
modLoaders.add("forge")
|
modLoaders.add("forge")
|
||||||
modLoaders.add("neoforge")
|
modLoaders.add("neoforge")
|
||||||
|
|
||||||
curseforge {
|
// curseforge {
|
||||||
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
|
// accessToken = providers.environmentVariable("CURSEFORGE_TOKEN")
|
||||||
projectId = "328085"
|
// projectId = "328085"
|
||||||
minecraftVersions.add(minecraft_version)
|
// minecraftVersions.add(minecraft_version)
|
||||||
}
|
// }
|
||||||
|
|
||||||
modrinth {
|
modrinth {
|
||||||
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
|
accessToken = providers.environmentVariable("MODRINTH_TOKEN")
|
||||||
|
|
Loading…
Add table
Reference in a new issue