Removed spaces from version properties

This commit is contained in:
coolGi
2023-07-17 01:32:38 +09:30
parent f41e182f86
commit fd2a1ca036
6 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -394,7 +394,7 @@ subprojects { p ->
// exclude "*.distanthorizons.accesswidener"
//// include "${accessWidenerVersion}.distanthorizons.accesswidener"
// Jank solution to remove all unused accesswideners
// The line above would work..., except forge requires the original accesswidener, meaning we require this jank solution
// The line above would work..., except forge requires the original accesswidener, meaning we require this jank solution to keep it
exclude { file ->
if (file.name.contains(".distanthorizons.accesswidener") && file.name != "${accessWidenerVersion}.distanthorizons.accesswidener") {
return true