gradle
How can I use an Encrypted Password to a Maven Repository in Gradle
I\'m currently trying to t开发者_运维问答ransisiton a maven build to a Gradle build.The show stopper hurdle I\'ve hit is that our internal artifacts are deployed to an internal repository that require[详细]
2023-01-31 17:25 分类:问答how to get miglayout-swing in gradle
I am trying to get the miglayout jar file: miglayout-3.7.2-swing.jar. I want only this jar. I don\'t want all the jars of miglayout-3.7.2.[详细]
2023-01-31 06:36 分类:问答Classloader issue
I\'ve got an interesting question about classloader behavior. Question one: What is the order in which the classloader will load jars?[详细]
2023-01-30 05:39 分类:问答Cause: No such property: sourceSets for class: org.gradle.api.plugins.Convention
i have run a code snippet from Gradle Cookbook apply plugin: \'java\' task \"create-dirs\" << { convention.sourceSets.all*.java.srcDirs*.each { it.mkdirs() }[详细]
2023-01-29 15:40 分类:问答Gradle: Unable to integrate Hibernate as a dependency
I just want to integrate Hibernate as a dependency in my build. But instead of integrating all submodules I desided to integrade the whole hibernate project (org.hibernate:hibernate:3.5.1-Final)[详细]
2023-01-29 11:04 分类:问答Creating a project builder and plugin in Gradle
I want to use Gradle to create following things. I want to create a plug-in which can Create a project structure[详细]
2023-01-27 08:57 分类:问答How do I publish a Gradle project to maven repository with 'optional' and 'provided' scope?
I see how gradle can deploy to a maven repository automatically generating the POM required to do it.How can this be so开发者_开发百科 for dependencies that I would set to true and/or provided.GRADLE-[详细]
2023-01-27 08:44 分类:问答gradle: copy war to tomcat directory
I\'m trying to write a Gradle task which copies generated war files to my local tomcat instance: This isn\'t working and I\'m not sure how to debug it:[详细]
2023-01-25 20:51 分类:问答How to use the maven ant task from gradle?
I am trying to publish some artifacts to the maven central repo and since the current version of gradle (0.9-rc2) does not handle pgp I thought I would give it a try by \'porting\' the ant xml version[详细]
2023-01-24 10:40 分类:问答How do I export the dependent libraries to a directory for deployment in gradle?
I need to deploy my code to another machine. How do I export the dependent jars to a lib di开发者_如何转开发rectory?Here is the way to do it with Gradle 2.x:[详细]
2023-01-19 02:36 分类:问答