mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
Update README.md
This commit is contained in:
parent
b7a5726d9f
commit
a3272341e7
1 changed files with 4 additions and 2 deletions
|
@ -6,8 +6,10 @@ This repository contains the platform-independent language framework of Xtext.
|
|||
|
||||
Check out and run `./gradlew build`.
|
||||
|
||||
The additional command line argument `-PcompileXtend=true` activates the [Xtend](http://xtend-lang.org) compiler, but this is optional because the generated Java code is included in the repository.
|
||||
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.
|
||||
|
||||
## Continuos Integration
|
||||
|
||||
http://services.typefox.io/open-source/jenkins/job/xtext-core/
|
||||
This project is built by the [xtext-core multi-branch job on Jenkins](http://services.typefox.io/open-source/jenkins/job/xtext-core/).
|
||||
|
|
Loading…
Reference in a new issue