mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-21 01:01:35 +08: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