We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb40365 commit c464983Copy full SHA for c464983
CHANGELOG.md
@@ -1,8 +1,12 @@
1
# Changelog
2
3
-## v2.0.3
+## v2.1.0
4
5
- * s
+ * [#16](https://github.com/rtyler/jruby-gradle-plugin/pull/16) add the
6
+ `JRubyExec` task type for executing Ruby code with the embedded JRuby
7
+ dependency.
8
+ * [#14](https://github.com/rtyler/jruby-gradle-plugin/pull/14) allow a user to
9
+ set/choose the version of JRuby they wish to use with the plugin
10
11
## v2.0.2
12
build.gradle
@@ -9,7 +9,7 @@ buildscript {
}
group = 'com.lookout'
-version = '2.0.3'
+version = '2.1.0'
13
14
if (System.env.RELEASE != '1') {
15
version = "${version}-SNAPSHOT"
0 commit comments