minor build.gradle formatting change

This commit is contained in:
James Seibel
2024-11-16 21:59:28 -06:00
parent 3ad2a95c10
commit ec721ce172
+2 -2
View File
@@ -422,7 +422,7 @@ subprojects { p ->
info_build_source : infoBuildSource,
fabric_incompatibility_list : fabric_incompatibility_list,
fabric_recommend_list : fabric_recommend_list,
fabric_recommend_list : fabric_recommend_list,
]
// replace any properties in the sub-projects with the values defined here
@@ -471,7 +471,7 @@ subprojects { p ->
'Implementation-Title': rootProject.mod_name,
'Implementation-Version': rootProject.mod_version,
'Multi-Release': true, // needed for logging in the standalone core jar
'Main-Class': 'com.seibel.distanthorizons.core.jar.JarMain' // When changing the main of the jar change this line
'Main-Class': 'com.seibel.distanthorizons.core.jar.JarMain', // When changing the main of the jar change this line
)
}
}