Downloading Dependences From Private Amazon S3 Repository with Gradle
I am looking to add Groovy support to an existing java project so that I can seemlessly compile mixed Java and Groovy code using invokedynamic so that I can get Java-like execution speed without needing to waste excessive amounts of time with verbose Java syntax After reading that the gmaven plugin no longer supports compilation -and that the groovy eclipse compiler plugin doesn't yet support invokedynamic , I asked myself, why would I want to continue using Maven if it compiles Groovy code that is needlessly slow? Consequently, I decided I would try scrapping maven for Gradle so that I could