File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,15 +75,15 @@ task connectedCheck(type:GradleBuild) {
7575}
7676
7777task installGradlePlugin (type :GradleBuild ) {
78- description = ' Install the Realm Gradle plugin to mavenLocal()'
78+ description = ' Install the Realm Gradle plugin into mavenLocal()'
7979 group = ' Install'
8080 buildFile = file(' gradle-plugin/build.gradle' )
8181 tasks = [' install' ]
8282}
8383
8484task installRealm (type :GradleBuild ) {
8585 group = ' Install'
86- description = ' Install the artifacts of Realm project to mavenLocal()'
86+ description = ' Install the artifacts of Realm project into mavenLocal()'
8787 buildFile = file(' realm/build.gradle' )
8888 tasks = [' install' ]
8989}
@@ -92,7 +92,7 @@ task installRealmJava(type:Task) {
9292 dependsOn installGradlePlugin
9393 dependsOn installRealm
9494 group = ' Install'
95- description = ' Install the Realm library and Gradle plugin to mavenLocal()'
95+ description = ' Install the Realm library and Gradle plugin into mavenLocal()'
9696}
9797
9898task assembleExamples (type :GradleBuild ) {
Original file line number Diff line number Diff line change 1+ org.gradle.jvmargs =-Xms256m -Xmx1024m
Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-2.7-bin.zip
7- set JAVA_OPTS="-Xmx512m"
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-2.7-bin.zip
You can’t perform that action at this time.
0 commit comments