Skip to content

Commit

Permalink
ALFREDOPS-849 use entreprise-conventions-gradle-plugin for publishing…
Browse files Browse the repository at this point in the history
… - add description property
  • Loading branch information
bartvl-xenit committed Oct 13, 2023
1 parent 0ff903b commit 8f1a7ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ plugins {
id 'eu.xenit.alfresco'
}

description = "Alfred Telemetry Common module which enables exposure of Metrics using Micrometer"

java {
sourceCompatibility = JavaVersion.VERSION_11
withJavadocJar()
Expand Down
2 changes: 2 additions & 0 deletions alfred-telemetry-solr/alfred-telemetry-solr4/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id 'eu.xenit.alfresco'
}

description = "Alfred Telemetry Solr4 module which enables exposure of Metrics using Micrometer"

java {
sourceCompatibility = JavaVersion.VERSION_11
}
Expand Down
2 changes: 2 additions & 0 deletions alfred-telemetry-solr/alfred-telemetry-solr6/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ plugins {
id 'eu.xenit.alfresco'
}

description = "Alfred Telemetry Solr6 module which enables exposure of Metrics using Micrometer"

java {
sourceCompatibility = JavaVersion.VERSION_11
}
Expand Down

0 comments on commit 8f1a7ad

Please sign in to comment.