Skip to content

Commit

Permalink
Update number version
Browse files Browse the repository at this point in the history
  • Loading branch information
robertovillarejo committed Jul 10, 2018
1 parent 199f24e commit 5aee414
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ The language server provides some basic validations:
- Field name should be unique inside an entity

## Getting Started
Run `./gradlew` to execute the **generateXtext** default task which generates all Xtext artifacts
Run `./gradlew generateXtext` to generates all Xtext artifacts.

Run `./gradlew shadowJar` in order to package the **Language Server** into a `jar`
Run `./gradlew shadowJar` in order to package the **Language Server** into a `jar` in mx.infotec.dads.kukulkan.parent/mx.infotec.dads.kukulkan.ide/build/libs

## Usage
Import this project into Eclipse IDE. You may want to install the [Eclipse Xtext plugin](https://marketplace.eclipse.org/content/eclipse-xtext) for a better experience.
2 changes: 1 addition & 1 deletion mx.infotec.dads.kukulkan.parent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ subprojects {
apply plugin: 'idea'

group = 'mx.infotec.dads.kukulkan'
version = '1.0.0-SNAPSHOT'
version = '0.1.0'

sourceCompatibility = '1.8'
targetCompatibility = '1.8'
Expand Down

0 comments on commit 5aee414

Please sign in to comment.