Merge pull request #3 from valery1707/patch-1

Fix typo
This commit is contained in:
Erik C. Thauvin 2024-06-20 19:07:50 -07:00 committed by GitHub
commit cbafe96064
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)