Skip to content

Commit

Permalink
build(modpublisher): 2.1.2 -> 2.1.7
Browse files Browse the repository at this point in the history
Brings fixes for finding draft github releases
firstdarkdev/modpublisher#26
  • Loading branch information
MattSturgeon committed Dec 3, 2024
1 parent 204da6b commit e8092e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.jetbrains.changelog.tasks.BaseChangelogTask
plugins {
id "architectury-plugin" version "3.4-SNAPSHOT"
id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.2" apply false
id "com.hypherionmc.modutils.modpublisher" version "2.1.7+snapshot.0" apply false
id "com.github.johnrengelman.shadow" version "8.1.1" apply false
id "org.jetbrains.changelog" version "2.2.0"
}
Expand Down
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pluginManagement {
maven { url "https://maven.architectury.dev/" }
maven { url "https://maven.minecraftforge.net/" }
maven { url "https://maven.firstdark.dev/releases/" }
maven { url "https://maven.firstdark.dev/snapshots/" }
gradlePluginPortal()
}
}
Expand Down

0 comments on commit e8092e5

Please sign in to comment.