apply the publishing configuration directly, rather than inside the java plugin config (#2599)
This commit is contained in:
parent
9ac3629416
commit
3cc6dd5bae
|
|
@ -402,6 +402,7 @@ subprojects {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
plugins.withId("maven-publish") {
|
plugins.withId("maven-publish") {
|
||||||
plugins.apply("signing")
|
plugins.apply("signing")
|
||||||
|
|
@ -492,7 +493,6 @@ subprojects {
|
||||||
sign(the<PublishingExtension>().publications["mavenPublication"])
|
sign(the<PublishingExtension>().publications["mavenPublication"])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue