I have 2 different project build on mvn. I am trying to replace to Gradle. Project 1 is an SDK, and project 2 is using that sdk (example).
I\'m a long time Java developer with many years of Java EE, Ant, Maven, unit testing, mocks, et开发者_开发问答c. I\'m currently using gradle to build android apps and am looking at unit testing them.
I have a multi-project setup (ProjectB -> ProjectA), and I\'m using flatDir to specify a single lib directory in each project.
We\'re trying to build up a minorly complicated Zip file in Gradle from multiple filesystem source trees, but no matter how many into specifications we give, it all puts them in the same one.Is this p
I need web access from Gradle through a proxy server t开发者_高级运维o use the Gradle/Artifactory integration for Jenkins. To reduce possible causes for issues, I manually add the Artifactory plugin i
I have a small Java/Gradle project.I\'m using the Application plugin to create a zip distribution (using the distZip task).Using the standard configuration I get the following directories in my zip fi
I\'m using SLF4J for logging messages in my Java project and 开发者_如何学JAVAbuilding the project with Gradle. I\'m trying to debug something and I\'d like to be able to see logging messages that are
I\'m trying to compile our jsp files using jspc within gradle but am getting an exception. Here is the pertinent gradle section
I have the following task task testGeb(type:Test) { jvmArgs \'-Dgeb.driver=firefox\' include \"geb/**/*.class\"
I have a multi-project configuration and I want to use gradle. My projects are like this: Project A -> src/main/java