This is an automated email from the ASF dual-hosted git repository. toulmean pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tuweni.git
commit 430db9f0d17a74910989986c1edac9b6bf788155 Author: Antoine Toulme <[email protected]> AuthorDate: Sun Aug 25 22:53:34 2019 -0700 Fix stage script --- gradle/stage.gradle | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gradle/stage.gradle b/gradle/stage.gradle index fececa8..1a83ad6 100644 --- a/gradle/stage.gradle +++ b/gradle/stage.gradle @@ -184,12 +184,7 @@ class StageTask extends DefaultTask { @TaskAction def stage() { - new VerifyStageTask().run() - new StageBuildTask().run() - new SubversionStageTask().run() - new CopyStagedTask().run() - new GitStageTask().run() - new EmailPromptTask().run() + project.exec { commandLine "./gradlew", "stageVerify", "stageBuild", "stageSVN", "stageCopy", "stageGitTag", "stageEmail" } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
