Meta-repository for COLT modules
- gradle 2.7 or greater (https://gradle.org/)
- jdk 1.8.0_60 or greater (http://www.oracle.com/technetwork/java/javase/overview/index.html)
- groovy 2.4.4 or greater (http://www.groovy-lang.org/download.html)
- install 'Inno Setup' from http://www.jrsoftware.org/isdl.php#stable for Windows
- fork https://github.com/code-orchestra/colt-as
- fork https://github.com/code-orchestra/colt-core
- fork https://github.com/code-orchestra/colt-build
$ git clone https://github.com/**YourLogin**/colt-build colt-build
$ cd colt-build
$ copy gradle.properties.sample gradle.properties
$ start gradle.properties - edit
COLT_AS_GIT = [email protected]:YourLogin/colt-as.git
COLT_CORE_GIT = [email protected]:YourLogin/colt-core.git - save gradle.properties
- Run IDEA
- press alt+F12
$ gradle build
$ gradle run