Skip to content

Commit af3e151

Browse files
committed
Don't state that Gradle daemon is disabled by default
1 parent 6940dab commit af3e151

File tree

3 files changed

+0
-18
lines changed

3 files changed

+0
-18
lines changed

user/languages/android.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,6 @@ cache:
175175
```
176176
{: data-file=".travis.yml"}
177177

178-
### Gradle daemon is disabled by default
179-
180-
[As recommended](https://docs.gradle.org/current/userguide/gradle_daemon.html) by the Gradle team,
181-
the Gradle daemon is disabled by default.
182-
If you would like to run `gradle` with daemon, add `--daemon` to the invocation.
183-
184178
## Default Test Command
185179

186180
If Travis CI could not detect Maven or Gradle files, Travis CI Android builder will try to use Ant to build your project. By default it will use

user/languages/groovy.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,6 @@ cache:
7979
```
8080
{: data-file=".travis.yml"}
8181

82-
### Gradle daemon is disabled by default
83-
84-
[As recommended](https://docs.gradle.org/current/userguide/gradle_daemon.html) by the Gradle team,
85-
the Gradle daemon is disabled by default.
86-
If you would like to run `gradle` with daemon, add `--daemon` to the invocation.
87-
8882
## Projects Using Maven
8983

9084
### Maven Dependency Management

user/languages/java.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,12 +137,6 @@ cache:
137137

138138
> Note that if you use Gradle with `sudo` (i.e. `sudo ./gradlew assemble`), the caching configuration above will have no effect, since the depencencies will be in `/root/.gradle` which the `travis` user account does not have write access to.
139139

140-
### Gradle daemon is disabled by default
141-
142-
[As recommended](https://docs.gradle.org/current/userguide/gradle_daemon.html)
143-
by the Gradle team, the Gradle daemon is disabled by default.
144-
If you would like to run `gradle` with daemon, add `--daemon` to the invocation.
145-
146140
## Projects Using Ant
147141

148142
### Ant Dependency Management

0 commit comments

Comments
 (0)