spring-attic/gs-gradle

Getting error on gradle build: Could not find method bootJar

Closed this issue · 1 comments

When I run gradle build (or even gradle tasks / ./gradlew build) I get the error -

> Could not find method bootJar() for arguments ...

I noticed that a recent commit 015dbc1 replaced jar with bootJar, I don't understand why? I also noticed that CI server also shows the same error. Was this a typo?

This is the one guide that does NOT use the Boot plugin, so upgrading to bootJar task was incorrect.

Resolved via 5cec2af