Skip to content

News

0.3.0 • Modernization of the project

We're migrating the project to be up-to-date to OpenSavvy best practices. As part of this modernization, this release should be the first on MavenCentral.

The API hasn't particularly changed, though there are documentation improvements for modules, packages, gitlabCi and Job.

0.2.1 • Better documentation and build performance

Documentation and licensing

  • Licensed the project under Apache 2.0 (#13, !9)
  • Published the documentation to GitLab Pages (#11, !10)
  • Wrote a new description for each package (#11, !10)

Plugins

  • The Gradle plugin only caches the wrapper, and stops caching the build outputs, because the Gradle Build Cache is much better at doing that (#17, !12, #ea44280a)
  • Fixed an invalid cache key for the Gradle Wrapper (#17, !12, #e7d09faf)

Build and deployment

  • Enabled the Gradle Build Cache (#19, !11)