Skip to content

Commit c23d3cd

Browse files
authored
build: enable artifacts signing before publishing (#169)
1 parent 7b009c0 commit c23d3cd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ integrationTest {
138138
publishing {
139139
publications {
140140
withType(MavenPublication).configureEach {
141-
artifacts.removeAll { it.classifier == 'all' }
142-
143141
versionMapping {
144142
allVariants {
145143
fromResolutionResult()
@@ -149,6 +147,10 @@ publishing {
149147
}
150148
}
151149

150+
shadow {
151+
addShadowVariantIntoJavaComponent = false
152+
}
153+
152154
mavenPublishing {
153155
publishToMavenCentral false, DeploymentValidation.NONE
154156
signAllPublications()

0 commit comments

Comments
 (0)