Skip to content

Commit

Permalink
Fix version command output
Browse files Browse the repository at this point in the history
  • Loading branch information
HaHaWTH committed Dec 17, 2024
1 parent 868bf97 commit 96a4ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,8 @@ project(':cleanroom') {
'Timestamp' : new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
'Main-Class' : 'net.minecraftforge.fml.relauncher.ServerLaunchWrapper',
'Class-Path' : classpath.toString(),
'Tweak-Class': 'net.minecraftforge.fml.common.launcher.FMLTweaker'
'Tweak-Class': 'net.minecraftforge.fml.common.launcher.FMLTweaker',
'Implementation-Version' : "git-CatRoom-${props.minecraft_version}"
])
manifest.attributes([
'Specification-Title' : props.title,
Expand Down

0 comments on commit 96a4ed5

Please sign in to comment.