clean before the build

This commit is contained in:
Szakalakamaka
2020-09-28 15:39:26 +02:00
parent 00da5915b6
commit 6964e4dc03
17 changed files with 135 additions and 95 deletions

View File

@@ -1,16 +1,14 @@
package com.release11.klaus;
import lombok.SneakyThrows;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KlausApplicationTests {
@SneakyThrows
@Test
void contextLoads() {
assert("dupa" == "lkupa");
}
}