- Removed the resource declaration syntax. Resources will be handled by their own plugin (#20, !42)
- Fix invalid coordinates when publishing to MavenCentral (!43)
- Kotlin 1.9.21
- OpenSavvy Gradle Conventions 0.3.2
- OpenSavvy Gradle Conventions 0.3.2 (!39, !40)
- Kotlin 1.9.21 (!40)
- The documentation will now be published to MavenCentral (!40)
- Fixed broken links in the README (!36)
- Example usage for all plugins (#29, !32)
- Fixed links after the project was moved to OpenSavvy/Automation (#35, !34)
- Compatibility with Configuration On Demand (#26, !25)
- Compatibility with Configuration Cache (#26, !25)
- Compatibility with Build Cache (#26, #27, !25, !27)
- Create the Base module which creates the tasks but configures nothing, to allow custom builds (#25, !28)
- Fixed :viteBuild which crashed because Vite wasn't installed (#505ba9b7, !23)
- Fixed :viteBuild not compiling the project (#2b44fef8, !23)
- Improved Gradle Configuration Cache compatibility (#24, !23)
- Link to the Gradle documentation (#64d7ebc0, !21)
- Document how to use the plugin (#23, !21)
- Add the necessary metadata for Central (#21, !18)
- Development execution with 'viteRun'
- Production build with 'viteBuild'
- Auto-reload with 'viteCompileDev --continuous'