Getting error on gradle build: Could not find method bootJar
Closed this issue · 1 comments
coderkd10 commented
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?