We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a0441d + 84faaa6 commit 5ee71b4Copy full SHA for 5ee71b4
2 files changed
build.gradle
@@ -238,7 +238,9 @@ subprojects {
238
'Branch',
239
'Module-Origin',
240
'Created-By',
241
- 'Build-Java-Version'
+ 'Build-Java-Version',
242
+ 'Build-Timezone',
243
+ 'Build-Url'
244
].each {
245
ignoreAttribute it
246
ignoreProperty it
implementations/micrometer-registry-statsd/build.gradle
@@ -33,6 +33,10 @@ nebulaPublishVerification {
33
ignore('io.netty:netty-transport-native-kqueue')
34
}
35
36
+tasks.named('jar') {
37
+ enabled = false
38
+}
39
+
40
shadowJar {
41
configurations = [project.configurations.compileClasspath]
42
archiveClassifier.set('')
0 commit comments