Maksim Kostromin

Results 23 comments of Maksim Kostromin

Thank you, @ArtificialPB I can confirm that I was able use your solution to build kumuluzee fat jar with gradle! It was little bit challenged migrate currect solution to Gradle...

are there some plans to fix it?

Hello, Thank you @deepy for solution! I can confirm that this: ```kotlin plugins { // id("com.moowork.node") version "1.3.1" id("com.github.node-gradle.node") version "2.2.0" } node { download = true version = "12.13.1"...

this also doesn't work (latest lombok + java 8): val amount = BigDecimal.valueOf(ingerValue).multiply(factor); // factor is BigDecimal switched on vanilla java for now: final BigDecimal amount = BigDecimal.valueOf(ingerValue).multiply(factor);

please fix that annoying issue I don't wanna keep package-lock.json in my repo

can anyone explain what purpose of failing npmInstall task without package-lock.json file? npm doesn't have such behaviour, so it's plugin bug, not expected behaviour

Hello @rajesh-h, Sorry was very busy these days... I will try to look at what you asking for, but I don't have a lot of experience with ionic... --- Regards,...

https://github.com/daggerok/spring-fu-jafu-example

Don't know if it can help, but here are warnings I can see for other project with similar sets of dependencies with maven-shade-plugin: ``` [WARNING] Discovered module-info.class. Shading will break...