Skip to content

Commit 5ee71b4

Browse files
committed
Merge branch '1.15.x' into 1.16.x
2 parents 9a0441d + 84faaa6 commit 5ee71b4

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,9 @@ subprojects {
238238
'Branch',
239239
'Module-Origin',
240240
'Created-By',
241-
'Build-Java-Version'
241+
'Build-Java-Version',
242+
'Build-Timezone',
243+
'Build-Url'
242244
].each {
243245
ignoreAttribute it
244246
ignoreProperty it

implementations/micrometer-registry-statsd/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ nebulaPublishVerification {
3333
ignore('io.netty:netty-transport-native-kqueue')
3434
}
3535

36+
tasks.named('jar') {
37+
enabled = false
38+
}
39+
3640
shadowJar {
3741
configurations = [project.configurations.compileClasspath]
3842
archiveClassifier.set('')

0 commit comments

Comments
 (0)