Skip to content

Commit cf9533c

Browse files
authored
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.
1 parent 370148e commit cf9533c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ subprojects {
337337

338338
check.dependsOn("testModules")
339339

340-
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
340+
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
341341
apply plugin: 'me.champeau.gradle.japicmp'
342342
apply plugin: 'de.undercouch.download'
343343

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ org.gradle.jvmargs=-Xmx1g
33
org.gradle.parallel=true
44
org.gradle.vfs.watch=true
55

6-
compatibleVersion=1.11.0
6+
compatibleVersion=1.12.0
77

88
kotlin.stdlib.default.dependency=false
99

0 commit comments

Comments
 (0)