We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfe651 commit e796c67Copy full SHA for e796c67
buildSrc/src/main/groovy/multi-set-neoforge.gradle
@@ -15,7 +15,7 @@ tasks.named('wrapper', Wrapper).configure {
15
16
LocalDateTime time = LocalDateTime.now()
17
18
-version = mod_version + "-" + time.year + 'Y' + time.month + 'M' + time.hour + 'H' + time.minute + "M" + time.second + "S"
+version = mod_version + "-" + time.year + 'Y' + time.month + 'M' + time.hour + 'H' + time.minute + "M"
19
group = mod_group_id
20
21
def mvns = new ArrayList<Mvn>()
0 commit comments