Skip to content

Commit

Permalink
Document the gradleReleaseChannel task property
Browse files Browse the repository at this point in the history
  • Loading branch information
dje1990 authored and ben-manes committed Nov 23, 2019
1 parent eba6f42 commit 5589c30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,20 @@ tasks.withType<DependencyUpdatesTask> {

</details>

#### Gradle Release Channel

The `gradleReleaseChannel` task property controls which release channel of the Gradle project is used to check for available Gradle updates. Options are:

* `current`
* `release-candidate`
* `nightly`

The default is `release-candidate`. The value can be changed as shown below:

```groovy
dependencyUpdates.gradleReleaseChannel="current"
```

#### Constraints

If you use constraints, for example to define a BOM using the [`java-platform`](https://docs.gradle.org/current/userguide/java_platform_plugin.html)
Expand Down

0 comments on commit 5589c30

Please sign in to comment.