Skip to content

Instantly share code, notes, and snippets.

@rwygand
Created October 1, 2020 17:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rwygand/734f46e9f06e30b8da45e95f825a32c8 to your computer and use it in GitHub Desktop.
Save rwygand/734f46e9f06e30b8da45e95f825a32c8 to your computer and use it in GitHub Desktop.
10:33 $ git diff
diff --git a/build.gradle b/build.gradle
index 5d2db6f..f6ff7e3 100644
--- a/build.gradle
+++ b/build.gradle
@@ -12,12 +12,13 @@ buildscript {
// We need Grgit in our buildscript classpath for looking up our commit SHA-1
classpath "org.ajoberstar:grgit:1.4.0"
classpath 'com.github.jruby-gradle:jruby-gradle-storm-plugin:[0.4.4,0.5)'
- classpath 'com.github.jruby-gradle:jruby-gradle-plugin:[1.1.4,1.2)'
+ classpath 'com.github.jruby-gradle:jruby-gradle-plugin:2.0.0'
classpath 'com.github.jengelman.gradle.plugins:shadow:1.2.3'
}
}
apply plugin: 'maven'
+apply plugin: "com.github.jruby-gradle.base"
apply plugin: 'com.github.jruby-gradle.storm'
import com.github.jrubygradle.GenerateGradleRb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment