A bit messy, no? ```archiveClassifier.value(null a...
# gradle
d
A bit messy, no?
Copy code
archiveClassifier.value(null as String?)
        archiveVersion.value(null as String?)
Without
as String?
, gradle doesn't know which value overload to resolve to... is there any better alternative than this?