Update README.md

This commit is contained in:
Miro Spönemann 2017-02-02 09:06:48 +01:00 committed by GitHub
parent a3272341e7
commit 70aa01c596

View file

@ -8,7 +8,7 @@ Check out and run `./gradlew build`.
Additional command line arguments:
- `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository.
- `-PuseJenkinsSnapshots=true` switches to using the Maven repository generated by the [Jenkins build job](http://services.typefox.io/open-source/jenkins/job/xtext-lib/) for xtext-lib. Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used.
- `-PuseJenkinsSnapshots=true` switches to using the Maven repository generated by the [Jenkins build job](http://services.typefox.io/open-source/jenkins/job/xtext-lib/) for [xtext-lib](https://github.com/eclipse/xtext-lib). Without this argument, [Sonatype snapshots](https://oss.sonatype.org/content/repositories/snapshots) are used.
## Continuos Integration