Skip to content

Commit

Permalink
update forge build version
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Oct 26, 2024
1 parent fcc0e31 commit f2d7eca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ subprojects {

dependencies {
implementation group: 'info.journeymap', name: 'webmap-client', version: project.journeymap_webmap_version, changing: true
// compileOnly "curse.maven:journeymap-32274:${project.journeymap_forge_version}"
implementation "ignored:journeymap-forge:1.21.1-6.0.0-beta.27"
compileOnly "curse.maven:journeymap-32274:${project.journeymap_forge_version}"
// implementation "ignored:journeymap-forge:1.21.1-6.0.0-beta.27"
// for annotations
implementation group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.1'

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ release_type=release
# Forge
mappings_channel=parchment
forge_version=51.0.0
journeymap_forge_version=5440965
journeymap_forge_version=5820526

#neoforge
neoforge_version=21.0.0-beta
Expand Down

0 comments on commit f2d7eca

Please sign in to comment.