gradle
How to set up a multiproject Grails using Gradle?
I am trying to set up a gradle build script for a multiproject grails application. I have used the grails-gradle plugin and got it up and running to create a new application.[详细]
2023-03-18 20:44 分类:问答Is recursive publishing possible / easy in Gradle?
We have an Ant and Ivy-based build management system, which basically consists of a shared ant file and a set of conventions around directory structure.[详细]
2023-03-16 11:03 分类:问答Generating JPA2 Metamodel from a Gradle build script
I\'m trying to set up a Gradle build script for a new project. That project will use JPA 2 along with Querydsl.[详细]
2023-03-14 07:09 分类:问答How do i can call more than one gradle scripts into other gradle script
I am converting ant script to gradle.I have change following <ant antfile=\"build.xml\" target=\"clean\"/>[详细]
2023-03-13 02:59 分类:问答How to pass a property to a dependency?
Gradle jettyRun task has the daemon property which I want to be false when I start the app, but true when I have it as a dependency of the acceptance-test (fastend2end) task.[详细]
2023-03-12 08:07 分类:问答Gradle android plug-in and android tests?
I\'ve written a couple android apps but haven\'t worked written any android unit tests before.Now I\'m trying to work on what is a bit[详细]
2023-03-12 05:19 分类:问答gradle: unsorted dependsOn tasks, how to handle?
I have three stages on my installation routine: 1) download 2) unzip 3) configure downloads, use ant.get and ant.checksum, so I build my own DownloadTask class, and then in the build:[详细]
2023-03-12 01:34 分类:问答Gradle: Can not find package in build
I\'m just new to Gradle, and I have a small problem with it. I\'m trying to build two projects (called \'infrastructure\' and \'domain\'), where domain has some imports from infrastructure.[详细]
2023-03-10 18:36 分类:问答Using Gradle and the gradle-gae-plugin debug parameters are not passed
I\'m using gradle to build, run, deploy my Google App Engine project.The gradle-gae-plugin (version 0.4) seems to work perfect with one caveat.The debug parameters are never passed to the local runnin[详细]
2023-03-10 12:26 分类:问答Filter strings.xml with gradle-android-plugin?
How would I filter my res/values/strings.xml file? Something like: <resources> <string name=\"version_name\">${version}<开发者_如何转开发/string>[详细]
2023-03-08 02:21 分类:问答