Skip to content

Commit

Permalink
1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Oct 26, 2024
1 parent 5a6dc75 commit 7c63a8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions fabric/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,11 @@ tasks.withType(JavaCompile).configureEach {
tasks.withType(Javadoc).configureEach {
source(project(":common").sourceSets.main.allJava)
}

tasks.named("sourcesJar", Jar) {
from(project(":common").sourceSets.main.allSource)
}

/* Add our attributes to every Jar task */
jar {
manifest {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,23 +21,23 @@

# Properties for dependency versions

minecraft_version=1.21.1
mappings=1.21.1
minecraft_version=1.21.3
mappings=1.21.3
channel=official
mappings_mc_version=1.21
mappings_date=2024.07.28

#forge
forge_version=52.0.16
forge_version=53.0.0

#fabric
fabric_api_version=0.105.0+1.21.1
fabric_loader_version=0.16.5
fabric_api_version=0.107.0+1.21.3
fabric_loader_version=0.16.7

# neoforge
neoforge_version=21.1.65
neoforge_version=21.3.3-beta
# https://projects.neoforged.net/neoforged/neoform
neo_form_version=1.21.1-20240808.144430
neo_form_version=1.21.3-20241023.131943

# Journeymap cursemaven version
jm_project_id=32274
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ plugins {
rootProject.name = 'journeymap-api'
include("common")
include("fabric")
include("forge")
//include("forge")
include("neoforge")

0 comments on commit 7c63a8f

Please sign in to comment.