Skip to content

Commit

Permalink
Merge pull request #1266 from Vampire/supported-builds-doc-for-build-…
Browse files Browse the repository at this point in the history
…comparison

Update the user guide section about supported builds for build comparison
  • Loading branch information
eriwen committed Jan 27, 2017
2 parents 73bfb65 + bfbc579 commit e935f1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions subprojects/docs/src/docs/userguide/comparingBuilds.xml
Expand Up @@ -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 <literal>1.0</literal>.
The host build must be at least version <literal>1.2</literal>.
If the host build is run with version <literal>3.0</literal> or newer, source and target builds must be at least version <literal>1.2</literal>.
If the host build is run with a version older than <literal>2.0</literal>, source and target builds must be older than version <literal>3.0</literal>.
So if you for example want to compare a build under version <literal>1.1</literal> with a build under version <literal>3.0</literal>,
you have to execute the host build with a <literal>2.x</literal> version.
</para>
<para>
Future versions will provide support for executing builds from other build systems such as Apache Ant
Expand Down

0 comments on commit e935f1d

Please sign in to comment.