Fix typo in build logic

This commit is contained in:
JRoy 2024-11-08 20:36:01 -05:00 committed by Josh Roy
parent aa2eca17ef
commit 0b49421bad

View File

@ -8,8 +8,7 @@ tasks {
archiveClassifier.set("unshaded")
}
shadowJar {
@Suppress("CAST_NEVER_SUCCEEDS")
archiveClassifier.set(null as? String)
archiveClassifier.set(null as String?)
}
}