This commit is contained in:
valery1707 2024-05-07 15:38:52 +03:00 committed by GitHub
parent 82bfc15521
commit 53a20d876b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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