From 5e3ad464635558e5b2f85aefc1cff9efac9c0f27 Mon Sep 17 00:00:00 2001 From: Zbynek Konecny Date: Tue, 25 Jul 2023 13:43:36 +0200 Subject: [PATCH] Clean after build --- .../ThePluginIsCompatibleWithAllSpportedJavaccVersions.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/subprojects/plugin/src/acceptanceTest/java/javacc/compilation/ThePluginIsCompatibleWithAllSpportedJavaccVersions.java b/subprojects/plugin/src/acceptanceTest/java/javacc/compilation/ThePluginIsCompatibleWithAllSpportedJavaccVersions.java index 0f67990..10f898a 100644 --- a/subprojects/plugin/src/acceptanceTest/java/javacc/compilation/ThePluginIsCompatibleWithAllSpportedJavaccVersions.java +++ b/subprojects/plugin/src/acceptanceTest/java/javacc/compilation/ThePluginIsCompatibleWithAllSpportedJavaccVersions.java @@ -62,6 +62,8 @@ public void givenVersionWhenExecuteAllTasksFilesAreGenerated(String javaccDepend } steps.thenAssertOutputDirectoryExists(buildDirectory + File.separator + "jjdoc"); steps.andAssertFileWasGenerated("MyParser.html"); + // clean again after + steps.withArguments("clean", "-PjavaccDep=" + javaccDependency).execute(); } }