Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

51 lines (30 loc) · 1.43 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.

[3.1.0]

  • adds gradle configuration-cache support by replacing BuildListener

Changed

  • dependency upgrade kotlin 1.8.10
  • dependency upgrade gradle 8.0.2
  • dependency upgrade java 17
  • dependency upgrade com.gradle.plugin-publish

Changed

  • plugin only has to be applied on rootproject
  • changed Contributer Email to be optional
  • changed Developer Email to be optional

Added

  • added inceptionYear information
  • added warn log when plugin is applied to sub projects
  • added applyFromRoot property allows applying all infos defined in the rootProject

Added

  • Allow adding POM Meta info via publishingInfo