Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
manmaed committed Jun 13, 2024
1 parent d5c55ba commit f63e9e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,17 @@ publishMods {
projectId = project.curseforge_id
minecraftVersions.add("Java 17")
minecraftVersions.add("${minecraft_version}")
optional {
slug = 'fusion-connected-textures'
}
}
modrinth {
accessToken = providers.environmentVariable("MODRINTH_DEPLOY")
projectId = project.modrinth_id
minecraftVersions.add("${minecraft_version}")
optional {
slug = 'fusion-connected-textures'
}
}
}

Expand Down

0 comments on commit f63e9e1

Please sign in to comment.