Skip to content

Commit 01dfc1e

Browse files
authored
Merge pull request #1100 from NativeScript/darind/gradle-4.4
Darind/gradle 4.4
2 parents 67d436b + 26710fa commit 01dfc1e

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

build-artifacts/project-template-gradle/gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@
1515
# Specifies the JVM arguments used for the daemon process.
1616
# The setting is particularly useful for tweaking memory settings.
1717
org.gradle.jvmargs=-Xmx16384M
18-
19-
# When configured, Gradle will use a maximum of the given number of workers.
20-
# Default is number of CPU processors.
21-
org.gradle.workers.max=400

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-bin.zip

test-app/gradle.properties

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,3 @@ org.gradle.jvmargs=-Xmx1536m
1515
# This option should only be used with decoupled projects. More details, visit
1616
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1717
# org.gradle.parallel=true
18-
19-
# When configured, Gradle will use a maximum of the given number of workers.
20-
# Default is number of CPU processors.
21-
org.gradle.workers.max=400

test-app/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +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-4.8.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip

0 commit comments

Comments
 (0)