Skip to content

Commit

Permalink
Gradle: include CR version into JAR versioning
Browse files Browse the repository at this point in the history
This is similar to Fabric API's versioning, so `0.7.5+0.3.1`
  • Loading branch information
StartsMercury committed Oct 20, 2024
1 parent 820bfcb commit 66b00ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins {

base {
archivesName = project.id
version = "${project.base_version}+${project.cosmic_reach_version}"
}

java {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Mod Properties
id = fluxapi
version = 0.7.5
base_version = 0.7.5
flux_desc = The central modding API for Cosmic Reach Fabric/Quilt

group = dev.crmodders
Expand Down

0 comments on commit 66b00ea

Please sign in to comment.