Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

32 lines (24 loc) · 1.25 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.3.0 - 2024-06-14

Changed

  • Recommended minimum Gradle version is now 8.8.
  • Configure the JavaCompile tasks with the -parameters argument.
  • Update dependencies.

0.2.0 - 2023-11-30

Added

  • Configure Spotless' Java extension with the ZAP license and Google Java Format (AOSP).
  • Configure the JavaCompile tasks to use UTF-8, enable all warnings, and handle warnings as errors.
  • Add Settings plugin that configures the repositories with mavenCentral().

Changed

  • Recommended minimum Gradle version is now 8.5.

0.1.0 - 2023-03-21

Added

  • A Spotless formatter step that formats Java properties files.