Skip to content

Releases: UnknownDomainGames/GradlePlugin

1.2: fixes and optimizations

27 Jun 08:24
Compare
Choose a tag to compare

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

06 Nov 01:05
Compare
Choose a tag to compare
  • 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

22 Oct 12:16
Compare
Choose a tag to compare
fix(docs): fix markdown syntax error