Summary:
- better intellisense for build script with IDEs
- barebone VSCode launch configuration generator
- support importing new modules with
engine { module 'client' }
- only generate IDEA run configurations when using with IDEA
- fix runConfigurations directory not created automatically when not exists
- add :common to classpath by default
Changes:
- fix typo in readme
- barebone VSCode launch configuration generator
- add @DelegatesTo for all closures
- rename AbstractRunConfig to RunConfig
- module DSL syntax
- only generate IDEA run configurations when using with IDEA
- retrieve build directory using getBuildDir
- fix runConfigurations directory not created automatically when not exists
- bump dependencies
- add trace logs
- update Gradle wrapper
- add :common to classpath by default
- removed Herobone