Skip to content

Commit

Permalink
Update build dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkhax committed Aug 21, 2023
1 parent 41f0bac commit 2bb8d79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
7 changes: 1 addition & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
id 'net.minecraftforge.gradle' version '[6.0,6.2)' apply(false)
id 'org.spongepowered.gradle.vanilla' version '0.2.1-SNAPSHOT' apply(false)
id 'org.spongepowered.mixin' version '0.7-SNAPSHOT' apply(false)
id 'net.darkhax.curseforgegradle' version '1.1.15' apply(false)
id 'net.darkhax.curseforgegradle' version '1.1.16' apply(false)
id 'com.modrinth.minotaur' version '2.8.0' apply(false)
}

Expand Down Expand Up @@ -68,11 +68,6 @@ subprojects {
url = 'https://maven.terraformersmc.com/releases/'
}

maven {
name = 'Progwm16 / JEI'
url = 'https://dvs1.progwml6.com/files/maven'
}

maven {
name = 'Shedaniel / REI'
url = 'https://maven.shedaniel.me'
Expand Down
1 change: 1 addition & 0 deletions forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
apiToken = findProperty('curse_auth')

def mainFile = upload(curse_project, jar)
mainFile.addModLoader('NeoForge')
mainFile.changelogType = 'markdown'
mainFile.changelog = project.ext.mod_changelog
mainFile.addJavaVersion('Java 17')
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ minecraft_version=1.20.1
bookshelf_version=20.0.1

# Forge
forge_version=47.1.28
forge_version=47.1.44

# Fabric
fabric_version=0.85.0+1.20.1
fabric_loader_version=0.14.21
fabric_version=0.87.0+1.20.1
fabric_loader_version=0.14.22

# Mod options
mod_name=TrampleNoMore
Expand Down

0 comments on commit 2bb8d79

Please sign in to comment.