Skip to content

Commit 7e2230b

Browse files
committed
推送版本迭代器
1 parent e796c67 commit 7e2230b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

buildSrc/src/main/groovy/multi-set-neoforge.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ tasks.named('wrapper', Wrapper).configure {
1313
distributionType = Wrapper.DistributionType.BIN
1414
}
1515

16-
LocalDateTime time = LocalDateTime.now()
17-
18-
version = mod_version + "-" + time.year + 'Y' + time.month + 'M' + time.hour + 'H' + time.minute + "M"
16+
version = mod_version
1917
group = mod_group_id
2018

2119
def mvns = new ArrayList<Mvn>()

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ mod_id=wild_wind
1818
# The human-readable display name for the mod.
1919
mod_name=Wild Wind Mod
2020
mod_license=LGPL-2.1
21-
mod_version=1.0.0
21+
mod_version=1.0.0-1A1W
2222
mod_group_id=org.polaris_bear.wild_wind
2323
mod_authors=wdog5734,baka4n,Viola-Siemens
2424
mod_description=Example mod description.\n\

0 commit comments

Comments
 (0)