mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 00:58:50 +01:00
Fix typo in build logic
This commit is contained in:
parent
aa2eca17ef
commit
0b49421bad
@ -8,8 +8,7 @@ tasks {
|
||||
archiveClassifier.set("unshaded")
|
||||
}
|
||||
shadowJar {
|
||||
@Suppress("CAST_NEVER_SUCCEEDS")
|
||||
archiveClassifier.set(null as? String)
|
||||
archiveClassifier.set(null as String?)
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user