Skip to content

Releases: nebula-plugins/nebula-dependency-recommender-plugin

v7.2.2

04 Jan 17:24
Compare
Choose a tag to compare

Add Guava as dependency to fix #98

* What went wrong:
An exception occurred applying plugin request [id: 'nebula.dependency-recommender', version: '7.2.1']
> Failed to apply plugin [id 'nebula.dependency-recommender']
   > Could not create an instance of type netflix.nebula.dependency.recommender.provider.RecommendationProviderContainer_Decorated.
      > com/google/common/base/Supplier

v7.2.1

14 Dec 23:32
118190d
Compare
Choose a tag to compare

Exclude configurations for tools like findbug, cobertura, spotbugs, jacoco from recommendation.

v7.2.0

11 Dec 23:12
Compare
Choose a tag to compare

Upgrade plugins

v7.1.2

26 Oct 01:15
344d206
Compare
Choose a tag to compare

Ignore already resolved configurations when we are inserting BOM into them

v7.1.1

25 Oct 20:59
b3d7519
Compare
Choose a tag to compare

Add protolock configuration on the list of ignored configurations for experimental BOM support.

v7.1.0

01 Oct 21:24
013db0f
Compare
Choose a tag to compare

Fix nebulaRecommenderBom support for Gradle 5 +

v7.0.1

11 Sep 22:17
de43dfd
Compare
Choose a tag to compare

Use explicit platform for experimental Core BOM support.

v7.0.0: Merge pull request #90 from nebula-plugins/upgrade-plugin-plugin

09 Sep 19:03
8801772
Compare
Choose a tag to compare

v6.1.4

06 Sep 00:02
02f6a55
Compare
Choose a tag to compare

Exclude bootArchives, webapp configurations from including boms with recommendation.

v6.1.3

31 Aug 21:43
bbe772c
Compare
Choose a tag to compare

Make BOM generation non-lenient again. We could miss dependencies due to transient failures in a resolution process which were silently ignored.