We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6a808 commit 6bdca62Copy full SHA for 6bdca62
gradle/publish.gradle
@@ -22,7 +22,7 @@ publishing {
22
publications {
23
maven(MavenPublication) { MavenPublication publication ->
24
if (project.plugins.hasPlugin('com.gradleup.shadow')) {
25
- publication.artifact(project.tasks.shadowJar)
+ publication.artifact(project.tasks.named("shadowJar"))
26
27
// Required by Maven Central:
28
publication.artifact sourcesJar
0 commit comments