Skip to content

Commit

Permalink
Fix typo in build logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JRoy committed Nov 9, 2024
1 parent aa2eca1 commit 0b49421
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ tasks {
archiveClassifier.set("unshaded")
}
shadowJar {
@Suppress("CAST_NEVER_SUCCEEDS")
archiveClassifier.set(null as? String)
archiveClassifier.set(null as String?)
}
}

Expand Down

0 comments on commit 0b49421

Please sign in to comment.