My Question is: Why does the jar-creation work with gradlew build, while I see "Task :jar SKIPPED" when I click on jar in intellij's gradle window ? And how can I fix it in IntelliJ ?
- Just created something with spring initializer and loaded the project in intellij as it is. ( it is org.springframework.boot, .. 'org.springframework.boot:spring-boot-starter-web')
- I wonder about Task :jar SKIPPED ( nor jar created )
- and than I discovered that I get the jar when I start from console.
- ( and the jar runs fine, it finds the main class - even without jar manifest attribute in build.gradle)
( yesterday I failed in maven with "no main manifest attribute in .... .jar )