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 0125762 commit 87a93efCopy full SHA for 87a93ef
src/SignalR/clients/java/signalr/core/build.gradle
@@ -58,8 +58,6 @@ publishing {
58
}
59
60
tasks.withType(GenerateMavenPom).all {
61
- def matcher = name =~ /generatePomFileFor(\w+)Publication/
62
- def publicationName = matcher[0][1]
63
destination = layout.buildDirectory.file("libs/signalr-${project.version}.pom").get().asFile
64
65
src/SignalR/clients/java/signalr/messagepack/build.gradle
@@ -58,7 +58,5 @@ publishing {
destination = layout.buildDirectory.file("libs/signalr-messagepack-${project.version}.pom").get().asFile
0 commit comments