gradle-plugins icon indicating copy to clipboard operation
gradle-plugins copied to clipboard

Plugins for Gradle

Results 14 gradle-plugins issues
Sort by recently updated
recently updated
newest added

Tried using this today to execute a command on Mac OS X. It only works when the command string does not contain spaces. The example did not work..."ls -al" where...

i am using this plugin to maintain my external dependencies and their version for my multi project. but now i am willing to migrate to gradle 3. but, stuggling to...

Solution: In the RunJRuby plugin add -p parameter as: project.runJRuby("-S gem install -p http://proxyhost.com:8080 --no-rdoc --no-ri --install-dir '${project.gemHome}' $gem ") This initially would not work for me. Solution was to...

Since http://repo.smokejumperit.com/ is down, I'm reminded that this plugin should be published to a larger repo, like Maven Central or Bintray. Bintray is easy to publish to, while Maven Central...

Error for RC2 is: Execution failed for task ':client:oneJar'. > Could not find method addArtifact() for arguments [{getClassifier=com.smokejumperit.gradle.OneJarPlugin$_apply_closure5_closure11_closure13@438fed4a, getDate=com.smokejumperit.gradle.OneJarPlugin$_apply_closure5_closure11_closure14@1e23b7ed, getExtension=com.smokejumperit.gradle.OneJarPlugin$_apply_closure5_closure11_closure15@3b003810, getType=com.smokejumperit.gradle.OneJarPlugin$_apply_closure5_closure11_closure16@b60c0b3, getFile=com.smokejumperit.gradle.OneJarPlugin$_apply_closure5_closure11_closure17@7d0b2d9a, getName=com.smokejumperit.gradle.OneJarPlugin$_apply_closure5_closure11_closure18@68df1998}] on configuration ':client:archives'.

I have a JAR, let's say schedule-0.1.0.jar When I compile it with OneJar it creates schedule-standalone.jar It totally loses the version part. Instead it should be schedule-0.1.0-standalone.jar

I would like to suggest that you provide a mechanism for providing the location of dependencies.properties instead of assuming it is in ~/.gradle/dependencies.properties When using a CI environment like Jenkins...

I've tried instructions from wiki home page and Gradle says it's unable to resolve classpath dependencies for the plugin. http://repo.smokejumperit.com/com/smokejumperit/gradle-plugins/0.8.2/gradle-plugins-0.8.2.jar returns 404 as far as Gradle asks for it. Is...

I get a NCDFE: 13:08:46.823 [ERROR] [org.gradle.BuildExceptionReporter] Caused by: java.lang.NoClassDefFoundError: com.google.common.collect.MapMaker 13:08:46.824 [ERROR] [org.gradle.BuildExceptionReporter] at com.smokejumperit.gradle.ClassLoadersPlugin.class$(ClassLoadersPlugin.groovy) 13:08:46.824 [ERROR] [org.gradle.BuildExceptionReporter] at com.smokejumperit.gradle.ClassLoadersPlugin.$get$$class$com$google$common$collect$MapMaker(ClassLoadersPlugin.groovy) 13:08:46.824 [ERROR] [org.gradle.BuildExceptionReporter] at com.smokejumperit.gradle.ClassLoadersPlugin.apply(ClassLoadersPlugin.groovy:13) 13:08:46.825 [ERROR] [org.gradle.BuildExceptionReporter] at...