We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c3adef commit 9909c82Copy full SHA for 9909c82
1 file changed
spi/build.gradle
@@ -45,7 +45,7 @@ jar {
45
publishing {
46
publications {
47
shadow(MavenPublication) { publication ->
48
- project.shadow.component(publication)
+ from components.shadow
49
artifact sourcesJar
50
artifact javadocJar
51
pom {
0 commit comments