Skip to content

Commit

Permalink
Not deploying aspectj tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak authored and shakuzen committed Jun 19, 2024
1 parent 706ef1a commit a1c9d3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ subprojects {


javadoc {
if (project.name.contains('samples')) {
if (project.name.contains('samples') || project.name.contains("-test-aspectj")) {
enabled = false
} else {
configure(options) {
Expand Down Expand Up @@ -289,7 +289,7 @@ subprojects {
}

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

0 comments on commit a1c9d3f

Please sign in to comment.