Skip to content

Releases: pdvrieze/gradle-codegen

Version updates

14 Feb 08:32
Compare
Choose a tag to compare

Simple update of versions of Kotlin/gradle

Fix some bugs

03 Oct 07:53
Compare
Choose a tag to compare

Fix bugs to allow working without the idea plugin being present in the project. Also make bintray configuration optional to allow others to build.

v0.5.10

17 May 08:51
Compare
Choose a tag to compare
  • Add the generated files to the standard clean task instead of using custom clean tasks.
  • Some optimizations for configuration.
  • Use Kotlin 1.1 to compile (but at source level 1.0)

v0.5.9

17 May 08:43
Compare
Choose a tag to compare
  • Fix compatibility with jdk 7. Fix warnings.

0.5.8

16 Apr 15:46
Compare
Choose a tag to compare
  • Much better diagnostics and error handling
  • Instead of requiring the input to be realized immediately, it can be a
    Callable instead, that will be resolved if there is no doGenerate method
    that takes Callables. The result of the callable is used to resolve the
    actually invoked doGenerate method.
  • Allow for absolute paths, by making sure not to resolve them against
    the base directory when they are absolute.

The multi-file release

13 Apr 20:42
Compare
Choose a tag to compare

Extend the system to do multi-file code generation, by configuring the generate task

Now also without kotlin

13 Apr 17:51
Compare
Choose a tag to compare

Fix the plugin to work without kotlin present.

Initial

13 Apr 12:57
Compare
Choose a tag to compare
Initial Pre-release
Pre-release

** Note this release has a bug when not using the kotlin plugin. Use 0.5.1 instead. **

Initial release of functionality. In this release, generators can only use a single output file.