Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit f04de83

Browse files
Fix modrinth publish
1 parent ce32929 commit f04de83

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'java'
55
id 'fabric-loom' version '1.14-SNAPSHOT' apply false
66
id 'io.github.dexman545.outlet' version '1.6.1' apply false
7-
id 'com.modrinth.minotaur' version '2.+' apply true
7+
id 'com.modrinth.minotaur' version '2.+' apply false
88
id 'hamburg.janove.elevator-music' version "0.1"
99
}
1010

@@ -117,5 +117,3 @@ subprojects {
117117
}
118118
}
119119
}
120-
121-
tasks.modrinth.dependsOn(tasks.modrinthSyncBody)

fabric/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@ subprojects {
7979
apply plugin: "io.github.dexman545.outlet"
8080
apply plugin: "com.modrinth.minotaur"
8181

82+
tasks.modrinth.dependsOn(tasks.modrinthSyncBody)
83+
8284
configurations {
8385
common {
8486
canBeResolved = true

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ jetbrainsannotations_version = 26.0.2
1313
jankson_version = 1.2.3
1414

1515
# Mod Properties
16-
mod_version = 3.0.0-alpha.1
16+
mod_version = 3.0.0-alpha.2
1717
maven_group = top.offsetmonkey538.monkeylib538

neoforge/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ subprojects {
6767
apply plugin: "io.github.dexman545.outlet"
6868
apply plugin: "com.modrinth.minotaur"
6969

70+
tasks.modrinth.dependsOn(tasks.modrinthSyncBody)
71+
7072
configurations {
7173
common {
7274
canBeResolved = true
@@ -121,7 +123,7 @@ subprojects {
121123

122124

123125
// Files
124-
//TODO: we'll see: uploadFile = remapJar.archiveFile
126+
uploadFile = jar.archiveFile
125127
additionalFiles = [sourcesJar.archiveFile]
126128

127129

@@ -133,7 +135,7 @@ subprojects {
133135

134136
// Dependencies
135137
dependencies {
136-
//TODO: idk if there are any: required.project "fabric-api"
138+
137139
}
138140
}
139141
}

0 commit comments

Comments
 (0)