Skip to content

Commit

Permalink
Merge pull request #12496 from glefloch/fix/snapshot-ci
Browse files Browse the repository at this point in the history
Remove unnecessary var assignement breaking snapshot ci job
  • Loading branch information
gsmet authored Oct 3, 2020
2 parents 832552a + e824d04 commit 9e101df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public void testGrpcMultiModuleBuild() throws Exception {

final File projectDir = getProjectDir("grpc-multi-module-project");

final var buildResult = runGradleWrapper(projectDir, ":application:quarkusBuild", ":application:test");
runGradleWrapper(projectDir, ":application:quarkusBuild", ":application:test");

final Path commonLibs = projectDir.toPath().resolve("common").resolve("build").resolve("libs");
assertThat(commonLibs).exists();
Expand Down

0 comments on commit 9e101df

Please sign in to comment.