From c3d18ce4f9ce8be9a4a1a8e66938fffe0f954c38 Mon Sep 17 00:00:00 2001 From: Christoph Probst Date: Thu, 18 Jun 2015 08:08:26 +0200 Subject: [PATCH] pushed version of jruby-gradle from version 0.1.9 to 0.1.17 because of an error on windows 'Could not load FFI Provider' see https://github.com/jruby-gradle/jruby-gradle-plugin/issues/83 (latest version is 0.3.0 but seems not to work ootB) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6d5473d..0e18896 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ repositories { dependencies { compile gradleApi() compile localGroovy() - compile "com.github.jruby-gradle:jruby-gradle-plugin:0.1.9" + compile "com.github.jruby-gradle:jruby-gradle-plugin:0.1.17" compile "com.github.jengelman.gradle.plugins:gradle-processes:0.3.0" testCompile("org.spockframework:spock-core:0.7-groovy-2.0") {