Skip to content

Commit 25018fd

Browse files
committed
Merge branch '1.14.x' into 1.15.x
2 parents 3bfd3df + 8ae8513 commit 25018fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ subprojects {
348348
}
349349

350350
// Do not publish some modules
351-
if (!['samples', 'benchmarks', 'micrometer-osgi-test', 'concurrency-tests', 'micrometer-test-aspectj-ctw', 'micrometer-test-aspectj-ltw'].find { project.name.contains(it) }) {
351+
if (!['samples', 'benchmarks', 'micrometer-osgi-test', 'micrometer-osgi-test-slf4j2', 'concurrency-tests', 'micrometer-test-aspectj-ctw', 'micrometer-test-aspectj-ltw'].find { project.name.contains(it) }) {
352352
apply plugin: 'com.netflix.nebula.maven-publish'
353353
apply plugin: 'com.netflix.nebula.maven-manifest'
354354
apply plugin: 'com.netflix.nebula.maven-developer'

0 commit comments

Comments
 (0)