Skip to content

Commit

Permalink
#19: Document workaround in README
Browse files Browse the repository at this point in the history
  • Loading branch information
netzwerg committed Apr 24, 2015
1 parent 09febe3 commit fffacae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ release {
}
```

**Note:** In multi-projects scenarios, the root project usually does not have a `build` task. Consequently, the
`release` task will fail with its current default settings. Please use `release.dependsOn subprojects.build` (**after**
the `subprojects` block) to work around [this issue](https://github.com/netzwerg/gradle-release-plugin/issues/19).

# Read-Only Properties

Use `project.release.versionFile` to e.g. include the `version.txt` file in your final release bundle. The Git release
Expand Down

0 comments on commit fffacae

Please sign in to comment.