Skip to content

Commit

Permalink
build: track version information for resource processing
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMrMilchmann committed Dec 16, 2022
1 parent 96ba73f commit 7815304
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ tasks {
}

processResources {
inputs.property("version", version)

filesMatching("fabric.mod.json") {
expand("version" to "${project.version}")
}
Expand Down
6 changes: 5 additions & 1 deletion docs/changelog/1.18/1.0.0-1.18.2-FABRIC-0.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ _Not Released Yet_
#### Requirements
- **Applied Energistics 2:** 11.6.6
- **CC:Restitched:** 1.100.8
- **Fabric API:** 0.59.0+1.18.2
- **Fabric API:** 0.59.0+1.18.2

#### Fixes

- Fixed an issue that caused embedded version information to become outdated.

0 comments on commit 7815304

Please sign in to comment.