diff --git a/subprojects/docs/src/docs/userguide/comparingBuilds.xml b/subprojects/docs/src/docs/userguide/comparingBuilds.xml index 815c5dffd63c..6452948e2b90 100644 --- a/subprojects/docs/src/docs/userguide/comparingBuilds.xml +++ b/subprojects/docs/src/docs/userguide/comparingBuilds.xml @@ -135,6 +135,10 @@ Only support for comparing Gradle builds is available at this time. Both the source and target build must execute with Gradle newer or equal to version 1.0. The host build must be at least version 1.2. + If the host build is run with version 3.0 or newer, source and target builds must be at least version 1.2. + If the host build is run with a version older than 2.0, source and target builds must be older than version 3.0. + So if you for example want to compare a build under version 1.1 with a build under version 3.0, + you have to execute the host build with a 2.x version. Future versions will provide support for executing builds from other build systems such as Apache Ant