Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Sep 24, 2023
1 parent 131d859 commit a810409
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ modrinth {
changelog = file("CHANGELOG.md").getText('UTF-8')
uploadFile = remapJar
additionalFiles = [sourcesJar]
gameVersions = ["1.19", "1.19.2"]
gameVersions = ["1.19", "1.19.1", "1.19.2"]
loaders = ["forge"]
dependencies {
required.project "obsidianui"
Expand All @@ -110,7 +110,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
mainFile.changelogType = "markdown"
mainFile.addModLoader("Forge")
mainFile.addJavaVersion("Java 17", "Java 18")
mainFile.addGameVersion("1.19", "1.19.2")
mainFile.addGameVersion("1.19", "1.19.1", "1.19.2")
mainFile.addRequirement("obsidianui")

def sourcesFile = mainFile.withAdditionalFile(sourcesJar)
Expand Down

0 comments on commit a810409

Please sign in to comment.