Yauheni Papovich

Results 3 comments of Yauheni Papovich

@ewefie @irakatz Hi please check my fix https://github.com/DiUS/java-faker/pull/607 Maybe it will resolve your issue

@JLLeitschuh ` BUILD FAILED in 2s 1 actionable task: 1 executed epopovich@MacBook-Pro-Yauheni ft % ./gradlew ktlintCheck > Task :loadKtlintReporters FAILED FAILURE: Build failed with an exception. * What went wrong:...

we use ``` buildscript { dependencies { classpath("com.google.protobuf:protobuf-gradle-plugin:${Versions.protobufPlugin}") classpath("org.jlleitschuh.gradle:ktlint-gradle:${Versions.ktlintPlugin}") } repositories { maven { url = uri("https://plugins.gradle.org/m2/") } } } apply(plugin = "org.jlleitschuh.gradle.ktlint") plugins { kotlin("jvm") version Versions.kotlin id("java") }...