VOOZH about

URL: https://www.javacodegeeks.com/tag/gradle/page/8

⇱ Gradle Archives - Page 8 of 12 - Java Code Geeks


  • Groovy👁 Image
    Hubert IkkinkNovember 27th, 2014
    0 128

    Gradle Goodness: Using and Working with Gradle Version

    To get the current Gradle version we can use the gradleVersion property of the Gradle object. This returns a string…

    Read More »
  • Groovy👁 Image
    Hubert IkkinkOctober 2nd, 2014
    0 77

    Gradle Goodness: Running Groovy Scripts as Application

    In a previous post we learned how to run a Java application in a Gradle project. The Java source file…

    Read More »
  • Core Java👁 Image
    Matt CholickSeptember 29th, 2014
    0 123

    Eliminating Development Redeploys using Gradle

    For service development, my team recently moved away from Grails to the Dropwizard framework. One of the things I really…

    Read More »
  • Core Java👁 Image
    Hubert IkkinkSeptember 22nd, 2014
    0 115

    Gradle Goodness: Adding Dependencies Only for Packaging to War

    My colleague, Tom Wetjens, wrote a blog post Package-only dependencies in Maven. He showed a Maven solution when we want…

    Read More »
  • Core Java👁 Image
    Matt CholickSeptember 17th, 2014
    0 266

    Using Gradle to Build & Apply AST Transformations

    Recently, I wanted to both build and apply local ast transformations in a Gradle project. While I could find several…

    Read More »
  • Core Java👁 Image
    Petri KainulainenSeptember 12th, 2014
    0 296

    Getting Started with Gradle: Creating a Binary Distribution

    After we have created a useful application, the odds are that we want to share it with other people. One…

    Read More »
  • Core Java👁 Image
    Rado BuranskyAugust 22nd, 2014
    4 1,429

    Publish JAR artifact using Gradle to Artifactory

    So I have wasted (invested) a day or two just to find out how to publish a JAR using Gradle…

    Read More »
  • Core Java👁 Image
    Hubert IkkinkAugust 21st, 2014
    0 155

    Gradle Goodness: Getting More Dependency Insight

    In most of our projects we have dependencies on other code, like libraries or other projects. Gradle has a nice…

    Read More »
  • Core Java👁 Image
    Petri KainulainenJuly 4th, 2014
    0 271

    Getting Started with Gradle: Dependency Management

    It is challenging, if not impossible, to create real life applications which don’t have any external dependencies. That is why…

    Read More »
  • First
  • ...
  • «
  • 6
  • 7
  • 8
  • 9
  • 10
  • »
  • ...
  • Last
Back to top button
Close