gradle

spring

Gradle Kotlin Spring Boot BootJar mainClassName

What a header but to have it short: When you have problems with your generated bootjar using Gradle and Kotlin in combination with Spring Boot like the jar could not find any main class although you've already defined it when running the generated or things like that, then the solution is mostly pre…

1 min read
jdk14

JDK14 Flutter Gradle "Could not initialize class"

On my way creating my own solution regarding doorbells, homeautomation, SIP and stuff I stumbled onto a problem because "Could not initialize class org.codehaus.groovy.runtime.InvokerHelper" The answer: The Flutter Android project is initializing the Gradle settings with version 5.6.2 and this i…

1 min read