Compare commits

..

6 commits

View file

@ -13,7 +13,7 @@ To create a [Spring Boot executable Java Archive](https://docs.spring.io/spring-
(JAR) from the current project: (JAR) from the current project:
```java ```java
@@BuildCommand(summary = "Creates an executable JAR for the project") @BuildCommand(summary = "Creates an executable JAR for the project")
public void bootjar() throws Exception { public void bootjar() throws Exception {
new BootJarOperation() new BootJarOperation()
.fromProject(this) .fromProject(this)