Skip to content

Commit

Permalink
HHH-12172 - Move to BinTray for publishing artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
sebersole committed Feb 1, 2018
1 parent 867d668 commit a6e6f82
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions hibernate-orm-modules/hibernate-orm-modules.gradle
Expand Up @@ -161,8 +161,9 @@ publishing {
}
}

task release( dependsOn: createModulesZip )

task ciBuild( dependsOn: [clean, test, publish] )
task release( dependsOn: [clean, test, publish] )


// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down Expand Up @@ -195,11 +196,3 @@ processTestResources {
}


if ( project.isSnapshot ) {
// only run the ci build tasks for SNAPSHOT versions
task ciBuild( dependsOn: [clean, test] )
}
else {
task release( dependsOn: [clean, test] )
}

0 comments on commit a6e6f82

Please sign in to comment.