dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
417 stars 15 forks source link

Backport of the `String.capitalized()` extension for Pre Gradle 7.4. Fixes #40 #41

Closed handstandsam closed 2 years ago

handstandsam commented 2 years ago

Backport of String extension org.gradle.configurationcache.extensions.capitalized for pre Gradle 7.4.

As long as there is consistency of the task name locally, it's not super critical that this be 100% correct, but I did do some tests, and seems simple enough.

cc: @mezpahlan #40