Releases: UnknownDomainGames/GradlePlugin
Releases · UnknownDomainGames/GradlePlugin
1.2: fixes and optimizations
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
1.1: support server & fix bugs
- fix(docs): fix the wrong repository for version badge
- feat: support custom engine modules
- style: move run configuration list to extension
- feat: support custom task name and idea run configuration name for run configurations
- style: move RunTask to .task package
- feat: support run server
- feat: make run configuration mutable
- feat: allow add customized run configuration
- fix: null pointer exception
1.0: stable release
fix(docs): fix markdown syntax error