Releases: GradleUp/gratatouille
Releases Β· GradleUp/gratatouille
v0.0.10
- Cache classloaders in a build service (#39)
- Split the plugin in 3 different parts:
com.gradleup.gratatouille
for simple cases.com.gradleup.gratatouille.wiring
andcom.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
v0.0.8
What's Changed
- Remove kotlin top-level property by @martinbonnin in #32
- Multiple QOL improvements from trying to integrate Gratatouille in Apollo Kotlin by @martinbonnin in #34
- update publication to use the central portal by @martinbonnin in #35
Full Changelog: v0.0.7...v0.0.8
v0.0.7
Technical release to remove dependency on SNAPSHOT artifacts
v0.0.6
What's Changed
- Add support for injecting logger in task actions by @martinbonnin in #28
- Use @classpath for classpath properties by @martinbonnin in #30
Full Changelog: v0.0.5...v0.0.6
v0.0.5
- Added
@GPlugin
,@GExtension
and@GFileName
- Made kotlinx.serialization support opt-in
- Simplify Gradle configuration with only one plugin
v0.0.4
- Fix isolation of input files
v0.0.3
- Added
com.gradleup.gratatouille
forbuildSrc
and other use cases where classloader isolation isn't required. - Expose the normalized path in
GInputFiles
v0.0.2
What's Changed
- publish gratatouille-processor by @martinbonnin in #7
Full Changelog: v0.0.1...v0.0.2
0.0.1
Initial release. Should probably have been 0.0.0 π