From cf9533ca1872731182b5bd354cad10fa56714640 Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Tue, 11 Jun 2024 04:58:07 +0900 Subject: [PATCH] Update compatibleVersion to 1.12.0 for 1.13.x branch (#5143) This commit also removes the micrometer-jakarta9 module from the japicmp skip list. --- build.gradle | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3474c52ccd..a76dd3c9f6 100644 --- a/build.gradle +++ b/build.gradle @@ -337,7 +337,7 @@ subprojects { check.dependsOn("testModules") - if (!(project.name in ['micrometer-registry-prometheus', 'micrometer-registry-prometheus-simpleclient', 'micrometer-jakarta9', 'micrometer-java11', 'micrometer-jetty12'])) { // add projects here that do not exist in the previous minor so should be excluded from japicmp + if (!(project.name in ['micrometer-registry-prometheus', 'micrometer-registry-prometheus-simpleclient', 'micrometer-java11', 'micrometer-jetty12'])) { // 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' diff --git a/gradle.properties b/gradle.properties index 8692f09dbe..9405fa6e5a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1g org.gradle.parallel=true org.gradle.vfs.watch=true -compatibleVersion=1.11.0 +compatibleVersion=1.12.0 kotlin.stdlib.default.dependency=false