Skip to content

Releases: GradleUp/gratatouille

v0.0.10

11 Jun 17:45
Compare
Choose a tag to compare
  • Cache classloaders in a build service (#39)
  • Split the plugin in 3 different parts:
    • com.gradleup.gratatouille for simple cases.
    • com.gradleup.gratatouille.wiring and com.gradleup.gratatouille.tasks for classloader isolation cases.
  • Similarly, the runtimes are split:
    • gratatouille-wiring-runtime for the wiring.
    • gratatouille-tasks-runtime for the tasks.

v0.0.9

11 Jun 17:00
Compare
Choose a tag to compare
  • Add more log levels (#36)
  • Add GClasspath (#37)

v0.0.8

31 May 12:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.7...v0.0.8

v0.0.7

31 May 12:47
Compare
Choose a tag to compare

Technical release to remove dependency on SNAPSHOT artifacts

v0.0.6

31 May 12:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.5...v0.0.6

v0.0.5

16 Apr 13:57
7199a29
Compare
Choose a tag to compare
  • Added @GPlugin, @GExtension and @GFileName
  • Made kotlinx.serialization support opt-in
  • Simplify Gradle configuration with only one plugin

v0.0.4

04 Sep 09:02
ff7e2f5
Compare
Choose a tag to compare
  • Fix isolation of input files

v0.0.3

03 Sep 21:28
e58df7b
Compare
Choose a tag to compare
  • Added com.gradleup.gratatouille for buildSrc and other use cases where classloader isolation isn't required.
  • Expose the normalized path in GInputFiles

v0.0.2

14 Mar 16:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.1...v0.0.2

0.0.1

21 Feb 19:54
Compare
Choose a tag to compare

Initial release. Should probably have been 0.0.0 πŸ˜„