Upgraded buildr 1.5.3 and java 8
Project: http://git-wip-us.apache.org/repos/asf/ode/repo Commit: http://git-wip-us.apache.org/repos/asf/ode/commit/3ed0c45b Tree: http://git-wip-us.apache.org/repos/asf/ode/tree/3ed0c45b Diff: http://git-wip-us.apache.org/repos/asf/ode/diff/3ed0c45b Branch: refs/heads/master Commit: 3ed0c45b713a46bb2ca72b45616e9f1ae830e58d Parents: 2c47365 Author: sathwik <[email protected]> Authored: Tue Nov 28 13:00:38 2017 +0530 Committer: sathwik <[email protected]> Committed: Tue Nov 28 13:00:38 2017 +0530 ---------------------------------------------------------------------- Gemfile | 3 +-- Rakefile | 2 +- ci-build.sh | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ode/blob/3ed0c45b/Gemfile ---------------------------------------------------------------------- diff --git a/Gemfile b/Gemfile index bd0ed4b..1f6d5b3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'buildr', '>= 1.4.22' +gem 'buildr', '>= 1.5.3' # rspec dependencies for check() gem 'rspec-expectations', '= 2.14.3' @@ -8,4 +8,3 @@ gem 'rspec-mocks', '= 2.14.3' gem 'rspec-core', '= 2.14.5' gem 'rspec', '= 2.14.1' gem 'nokogiri', '= 1.6.8' -gem 'net-ssh', '= 2.7.0' http://git-wip-us.apache.org/repos/asf/ode/blob/3ed0c45b/Rakefile ---------------------------------------------------------------------- diff --git a/Rakefile b/Rakefile index 7f1aaa0..c62c329 100644 --- a/Rakefile +++ b/Rakefile @@ -14,7 +14,7 @@ # limitations under the License. # -gem "buildr", "~>1.4.3" +gem "buildr", "~>1.5.3" require "buildr" require "buildr/xmlbeans.rb" require "buildr/openjpa" http://git-wip-us.apache.org/repos/asf/ode/blob/3ed0c45b/ci-build.sh ---------------------------------------------------------------------- diff --git a/ci-build.sh b/ci-build.sh index 4f370b0..806635c 100755 --- a/ci-build.sh +++ b/ci-build.sh @@ -15,7 +15,7 @@ #!/bin/sh -docker pull sathwik/apache-buildr:latest-jruby-jdk7 +docker pull sathwik/apache-buildr:latest-jruby-jdk8 export JAVA_OPTS="-Xmx1024M -XX:MaxPermSize=512M" BUILDR_ARGS="$@" @@ -60,4 +60,4 @@ docker run --rm \ -v $HOME/.m2:/home/dummy/.m2 \ -v $HOME/.buildr:/home/dummy/.buildr \ -v /tmp:/tmp \ ---entrypoint bash sathwik/apache-buildr:latest-jruby-jdk7 -c "$FINAL_COMMAND"; +--entrypoint bash sathwik/apache-buildr:latest-jruby-jdk8 -c "$FINAL_COMMAND";
