Skip to content

Commit

Permalink
Fix module jar project versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Su5eD committed Aug 16, 2023
1 parent 946b1fd commit f8babf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ allprojects {
}
tasks.withType(Jar).configureEach {
manifest {
attributes(["Implementation-Version" : project.version])
attributes(["Implementation-Version" : project == rootProject ? project.version : getSubprojectVersion(project)])
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ fabric-client-tags-api-v1-version=1.1.1
loom.platform=forge
forge_version=1.20.1-47.1.3
pack_format=15
forgified_version=1.8.5
forgified_version=1.8.6
forge_fabric_loader_version=2.2.1+0.14.21+1.20.1

0 comments on commit f8babf3

Please sign in to comment.