Basically, this needs to stay: ``` - val or...
# kobalt
c
Basically, this needs to stay:
Copy code
-        val org = localProperties.get(PROPERTY_BINTRAY_ORG, docUrl)
 +        val org = localProperties.getNoThrows(PROPERTY_BINTRAY_ORG, docUrl)