Skip to content

Commit

Permalink
Merge pull request #85 from magneticflux-/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticflux- authored Oct 12, 2022
2 parents 2abe55c + 6ff0cb3 commit 05701ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ afterEvaluate {
// CurseGradle generates tasks in afterEvaluate for each project
// There isn't really any other way to make it depend on a task unless it is an AbstractArchiveTask
val curseforgeTask = tasks.getByName("curseforge$curseforge_id")
val modrinthTask = tasks.modrinth
tasks.publish {
dependsOn(curseforgeTask)
dependsOn(curseforgeTask, modrinthTask)
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ kotlin.code.style=official
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.19.1
yarn_mappings=1.19.1+build.6
minecraft_version=1.19.2
yarn_mappings=1.19.2+build.20
loader_version=0.14.9
# Mod Properties
maven_group=com.skaggsm
archives_base_name=fabric-mumblelink-mod
curseforge_id=321669
modrinth_id=3QyVJtCB
# Dependencies
fabric_version=0.58.5+1.19.1
fabric_version=0.62.0+1.19.2
kotlin_version=1.8.4+kotlin.1.7.20
cloth_config_version=8.2.88
fiber_2_cloth_version=4.0.0
Expand Down

0 comments on commit 05701ea

Please sign in to comment.