File tree Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Expand file tree Collapse file tree 5 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories { jcenter() }
3- dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:2.2.3 ' }
3+ dependencies { classpath ' com.netflix.nebula:gradle-rxjava-project-plugin:4.0.0 ' }
44}
55
66description = ' RxJava: Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.'
77
8- apply plugin : ' rxjava-project'
98apply plugin : ' java'
9+ apply plugin : ' nebula.rxjava-project'
1010
1111dependencies {
1212 testCompile ' junit:junit-dep:4.10'
Original file line number Diff line number Diff line change 1- # Sat Dec 13 00:15:28 PST 2014
1+ # Wed Feb 10 13:01:27 PST 2016
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.2.1 -bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.11 -bin.zip
Original file line number Diff line number Diff line change @@ -42,11 +42,6 @@ case "`uname`" in
4242 ;;
4343esac
4444
45- # For Cygwin, ensure paths are in UNIX format before anything is touched.
46- if $cygwin ; then
47- [ -n " $JAVA_HOME " ] && JAVA_HOME=` cygpath --unix " $JAVA_HOME " `
48- fi
49-
5045# Attempt to set APP_HOME
5146# Resolve links: $0 may be a link
5247PRG=" $0 "
@@ -61,9 +56,9 @@ while [ -h "$PRG" ] ; do
6156 fi
6257done
6358SAVED=" ` pwd` "
64- cd " ` dirname \" $PRG \" ` /" >& -
59+ cd " ` dirname \" $PRG \" ` /" > /dev/null
6560APP_HOME=" ` pwd -P` "
66- cd " $SAVED " >& -
61+ cd " $SAVED " > /dev/null
6762
6863CLASSPATH=$APP_HOME /gradle/wrapper/gradle-wrapper.jar
6964
114109if $cygwin ; then
115110 APP_HOME=` cygpath --path --mixed " $APP_HOME " `
116111 CLASSPATH=` cygpath --path --mixed " $CLASSPATH " `
112+ JAVACMD=` cygpath --unix " $JAVACMD " `
117113
118114 # We build the pattern for arguments to be converted via cygpath
119115 ROOTDIRSRAW=` find -L / -maxdepth 1 -mindepth 1 -type d 2> /dev/null`
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ echo location of your Java installation.
4646goto fail
4747
4848:init
49- @ rem Get command-line arguments, handling Windowz variants
49+ @ rem Get command-line arguments, handling Windows variants
5050
5151if not " %OS% " == " Windows_NT" goto win9xME_args
5252if " %@eval[2+2]" == " 4" goto 4NT_args
You can’t perform that action at this time.
0 commit comments