From 82d3bbb8f595c35c2f6ccec7cab2154fe3b8bf77 Mon Sep 17 00:00:00 2001 From: Jonatan Ivanov Date: Wed, 1 Nov 2023 11:18:43 -0700 Subject: [PATCH] Comment the purpose of the japicmp exclude list --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 520ef5daad..ad2f4142e1 100644 --- a/build.gradle +++ b/build.gradle @@ -304,7 +304,7 @@ subprojects { check.dependsOn("testModules") - if (!(project.name in ['micrometer-commons', 'micrometer-jetty11'])) { + if (!(project.name in ['micrometer-commons', 'micrometer-jetty11'])) { // add projects here that do not exist in the previous minor so should be excluded from japicmp apply plugin: 'me.champeau.gradle.japicmp' apply plugin: 'de.undercouch.download'