Skip to content

Commit

Permalink
fix: snap
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Dec 10, 2021
1 parent ba780e4 commit dd18377
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 98 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package io.quarkus.devtools.codestarts.quarkus;

import static io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartCatalog.Language.JAVA;
import static io.quarkus.devtools.codestarts.quarkus.QuarkusCodestartCatalog.Language.KOTLIN;

import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.RegisterExtension;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ class QuarkusCodestartBuildIT extends PlatformAwareTestBase {
"spring-web-codestart",
"picocli-codestart",
"hibernate-orm-codestart",
"reactive-messaging-codestart",
"hibernate-orm-panache-codestart",
"hibernate-orm-panache-kotlin-codestart");
"reactive-messaging-codestart");

@BeforeAll
static void setUp() throws IOException {
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit dd18377

Please sign in to comment.