gradle
IZPack with Gradle
Has anyone used IZPack with Gradle? And how easy is it to use开发者_开发技巧?Any example code?I just released a first version of a IzPack plugin for Gradle. Give it a shot! For more information on how[详细]
2023-02-22 08:41 分类:问答How can I create a pathing jar in Gradle
When running groovyc in a Windows env, I am running into issues due to the length of the classpath, in my situation.I would like to work around this by creating a pathing jar, and then put that jar on[详细]
2023-02-20 07:48 分类:问答Gradle Replace text in jsp using filter
I have a jsp that contains a css link that looks like <link type=\"text/css\" href=\"/css/login-min.css\" rel=\"stylesheet\" />[详细]
2023-02-19 03:30 分类:问答Using DBDeploy in Gradle with hibernate as the ORM
I am looking to use a versioned database migrations tool like DBdeploy in a java project which uses Hibernate as the ORM and uses Gradle as the build system. I am unable to lookup any documentation on[详细]
2023-02-18 01:10 分类:问答can't apply gradle application plugin to my build script
my build.gradle looks like: app开发者_开发技巧ly plugin: \'java\' apply plugin: \'eclipse\' apply plugin: \'application\'[详细]
2023-02-17 20:47 分类:问答Including generated code in JAR with Gradle
I wrote a simple gradle task to generate thrift files: task generateThrift << { thriftFiles = fileTree(dir: \'src/main/thrift\').matching { include \'**/*.thrift\' }[详细]
2023-02-17 19:07 分类:问答Problem with Gradle and UNC path under Jenkins
Got this error after moving %JENKINS_HOME% to a UNC from a local directory.Any idea how to fix this?We use Windows server 2008 and it seems like there is no way to do hard link to a UNC under Server 2[详细]
2023-02-14 12:22 分类:问答Gradle Test Dependency
I have two projects, project A and Project B. Both are written in groovy and use gradle as their build system.[详细]
2023-02-14 09:51 分类:问答gradle doesn't work in Intellij - problems with JAVA_HOME
I can run gradle from a command line to see its version. I can run, compile and debug a grails app in IntelliJ (version 10.0 or version 10.2)[详细]
2023-02-13 07:50 分类:问答gradle: custom jar task
I feel like I am missing something obvious here, but I can\'t seem to find it. I have a project, where I want my package structure like so[详细]
2023-02-13 01:51 分类:问答