gradle-plugins
gradle-plugins copied to clipboard
Plugins for Gradle
The jar files created by the oneJar task contain each of my dependent libraries twice. I assume this happens because (1) the runConf variable in the OneJarPlugin simply combines the...
I think build.gradle in the sample view is incorrect because the point snapshot in the remote reposotiry does not exist anymore. Can you just update it ?
I tried using your OneJar plugin to jar up a Groovy project and it didn't work. After looking at the plugin source it looks like it only works with Java....
When I attempt to run a simple project using the CukePlugin, I get a stacktrace with the following error: Execution failed for task ':cukeGems'. Cause: java.lang.AbstractMethodError: org.jruby.ext.JRubyPOSIXHandler.error(Lorg/jruby/ext/posix/POSIX$ERRORS;Ljava/lang/String;)V Cause: org.jruby.ext.JRubyPOSIXHandler.error(Lorg/jruby/ext/posix/POSIX$ERRORS;Ljava/lang/String;)V