All contributions unless stated otherwise are assumed to be under project's license (Apache v2).
Whenever raising a pull request with your changes please remember to do the following things:
git clone git@github.com:username/intellij-xquery.git
cd intellij-xquery
./gradlew downloadSdk
./gradlew unzipSdk
./gradlew build
./gradlew idea
git clone git@github.com:username/intellij-xquery.git
cd intellij-xquery
project.ext.userDefinedInstallationPath = 'C:/opt/dev/ideaU'
gradlew build
gradlew idea