Skip to content

Releases: cloudflightio/license-gradle-plugin

1.3.3

05 Oct 11:51
5d697a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.2...1.3.3

1.3.2

05 Oct 07:51
9c3cb28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.3.2

1.3.1

06 Mar 10:18
4e96020
Compare
Choose a tag to compare

What's Changed

  • support parsing yarn lock files by @klu2 in #19
  • update plugin for plugin-publishing by @klu2 in #27

Full Changelog: 1.2.4...1.3.1

1.2.4

15 Jan 08:46
1612751
Compare
Choose a tag to compare

What's Changed

  • patch: developmentOnly dependencies for Spring Boot must not be added to the runtimeClasspath (#22) by @klu2 in #23

Full Changelog: 1.2.3...1.2.4

1.2.3

01 Dec 14:48
afe63aa
Compare
Choose a tag to compare

What's Changed

  • #20 removed internal dependencies in order to be compatible with Grad… by @klu2 in #21

Full Changelog: 1.2.2...1.2.3

1.2.2

14 Nov 10:12
d358332
Compare
Choose a tag to compare

What's Changed

  • add scanning the classpath for detecting the cloudflight plugin by @klu2 in #18

Full Changelog: 1.2.1...1.2.2

1.2.1

13 Nov 07:18
0e5cd8e
Compare
Choose a tag to compare

What's Changed

  • evaluate buildScript dependencies up to the root project by @klu2 in #17

Full Changelog: 1.2.0...1.2.1

v1.2.0

07 Nov 19:06
04feb51
Compare
Choose a tag to compare

What's Changed

  • update autoconfigure plugin, switch to reckon versioning, by @klu2 in #13
  • #14 add the buildscript classpath as development dependency by @klu2 in #15
  • Kl/12 fix broken project names in maven pom files and also query the parent.pom for url and description by @klu2 in #16

Full Changelog: v1.1.0...1.2.0

v1.1.0

28 Sep 05:53
ce1b7cd
Compare
Choose a tag to compare

Starting with 1.1.0, the minimum Java Version to run this plugin is Java 11.

Besides that, the following issues have been solved:

  • #6 Added support for Android
  • #9 Added support for Test Suites

v1.0.4

06 Sep 13:56
25ffade
Compare
Choose a tag to compare
  • #7 handle optional NPM dependencies correctly