Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-11-12 01:14:29 -08:00
parent 361fdaf815
commit b21ae45410
15 changed files with 91 additions and 6 deletions

View file

@ -78,7 +78,7 @@ public class CryptoPriceBuild extends Project {
new CryptoPriceBuild().start(args);
}
@BuildCommand(summary = "Compilez the Kotlin project")
@BuildCommand(summary = "Compiles the Kotlin project")
@Override
public void compile() throws IOException {
new CompileKotlinOperation()