Skip to content

Commit e796c67

Browse files
committed
取消秒计数
1 parent 5bfe651 commit e796c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ tasks.named('wrapper', Wrapper).configure {
1515

1616
LocalDateTime time = LocalDateTime.now()
1717

18-
version = mod_version + "-" + time.year + 'Y' + time.month + 'M' + time.hour + 'H' + time.minute + "M" + time.second + "S"
18+
version = mod_version + "-" + time.year + 'Y' + time.month + 'M' + time.hour + 'H' + time.minute + "M"
1919
group = mod_group_id
2020

2121
def mvns = new ArrayList<Mvn>()

0 commit comments

Comments
 (0)