Skip to content

Commit 4ada666

Browse files
committed
build: change version format
1 parent d675068 commit 4ada666

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ apply plugin: 'com.replaymod.preprocess'
66

77
archivesBaseName = project.archives_base_name // in central gradle.properties
88

9-
version = 'v' + project.mod_version + '-' + project.minecraft_version + '-' + new Date().format('yyMMddHHmmss')
10-
def simple_version = 'v' + project.mod_version
9+
def simple_version = 'v' + project.mod_version + '+build.' + new Date().format('yyMMddHHmm')
10+
version = simple_version + '-' + project.minecraft_version
1111

1212
group = project.maven_group
1313

0 commit comments

Comments
 (0)