Skip to content

Commit bb59039

Browse files
committed
HHH-19341 Fix hibernate-orm-modules snapshot release issue
1 parent 7496e21 commit bb59039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hibernate-orm-modules/hibernate-orm-modules.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ publishing {
130130
}
131131

132132
task ciBuild( dependsOn: [clean, test, publish] )
133-
task release( dependsOn: [clean, test, publishToSonatype] )
133+
task release( dependsOn: [clean, test] )
134134

135135
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
136136
// tasks related to in-container (Arquillian + WF) testing

0 commit comments

Comments
 (0)