Cleaned up Javadocs

This commit is contained in:
Erik C. Thauvin 2023-11-27 13:19:08 -08:00
parent d800fda561
commit 2f9b7a5056
5 changed files with 261 additions and 46 deletions

View file

@ -35,7 +35,6 @@ import java.util.logging.Logger;
import static org.assertj.core.api.Assertions.assertThat;
class CompileKotlinOperationTest {
@BeforeAll
static void beforeAll() {
var level = Level.ALL;
@ -69,7 +68,6 @@ class CompileKotlinOperationTest {
testJars.add(f.getAbsolutePath());
}
var op = new CompileKotlinOperation()
.fromProject(new BaseProjectBlueprint(new File("examples"), "com.example",
"Example"))