does gradle have any "change case" utils or is it ...
# community-support
c
does gradle have any "change case" utils or is it relying on kotlin/groovy commons-lang/guava to do that for the plugin author?
m
I have my own
capitalizeFirstLetter()
and
joinCamelCase()
utils I copy/pasta in every project
Would be cool to have something native
c
ugh... right? someone besides me should write this bug 🙂
m
I pass as well 😄 Every bug opened adds a tiny memory overhead in my brain and I'm starting swapping a lot 😅
😂 1
c
I'm just pretty sure they're tired of hearing from me and I don't have an implementation I could share outside of saying "delegate to an internal shaded library"
t
There's SourceSet's getTaskName though if that's your use case.