Skip to content

Commit b85a658

Browse files
committed
Spelling + cleanup
1 parent 84bac76 commit b85a658

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ task connectedCheck(type:GradleBuild) {
7575
}
7676

7777
task 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

8484
task 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

9898
task assembleExamples(type:GradleBuild) {

realm/gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
org.gradle.jvmargs=-Xms256m -Xmx1024m

realm/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=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

0 commit comments

Comments
 (0)