Skip to content

Commit c926268

Browse files
committed
prep for 7.0 CR1
1 parent e8c392b commit c926268

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

local-build-plugins/src/main/groovy/local.publishing.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ publishingExtension.publications.configureEach {
6464

6565
publishingExtension.repositories {
6666
maven {
67+
name = "staging"
6768
url = rootProject.layout.buildDirectory.dir("staging-deploy${File.separator}maven")
6869
}
6970
}

tooling/hibernate-gradle-plugin/hibernate-gradle-plugin.gradle

-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,6 @@ tasks.register("releasePerform") {
8686
dependsOn tasks.publishPlugins
8787
}
8888

89-
// local publishing (SNAPSHOT testing)
90-
tasks.publish.dependsOn tasks.publishPlugins
91-
9289

9390
// local publishing (SNAPSHOT testing)
9491
publishing {

0 commit comments

Comments
 (0)