gradle
Gradle alternate to mvn install
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).[详细]
2023-03-08 01:41 分类:问答Trying to understand android testing
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.[详细]
2023-03-07 10:27 分类:问答My gradle configuration does not use the correct classpath during build
I have a multi-project setup (ProjectB -> ProjectA), and I\'m using flatDir to specify a single lib directory in each project.[详细]
2023-03-06 13:41 分类:问答Gradle Zip task to do multiple sub-trees?
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[详细]
2023-03-06 02:48 分类:问答Gradle proxy configuration
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[详细]
2023-03-05 10:35 分类:问答Deploy additional files in Gradle Application Plugin
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[详细]
2023-02-28 01:13 分类:问答How do you view SLF4J logging output from project source during a Gradle build?
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[详细]
2023-02-25 03:32 分类:问答Running tomcat jasper task (jspc) with gradle build
I\'m trying to compile our jsp files using jspc within gradle but am getting an exception. Here is the pertinent gradle section[详细]
2023-02-24 21:50 分类:问答How can I pass JVM system properties on to my tests?
I have the following task task testGeb(type:Test) { jvmArgs \'-Dgeb.driver=firefox\' include \"geb/**/*.class\"[详细]
2023-02-24 09:12 分类:问答Multi-project test dependencies with gradle
I have a multi-project configuration and I want to use gradle. My projects are like this: Project A -> src/main/java[详细]
2023-02-24 00:28 分类:问答