rules_kotlin icon indicating copy to clipboard operation
rules_kotlin copied to clipboard

Alpine: Getting exception: java.lang.NoClassDefFoundError

Open stevenwarejones opened this issue 4 years ago • 0 comments

On code that works fine on Ubuntu and Centos, I'm having problems on Alpine. I'm using load("@io_bazel_rules_kotlin//kotlin:jvm.bzl", "kt_jvm_library")

exception: java.lang.NoClassDefFoundError: Could not initialize class com.intellij.pom.java.LanguageLevel

stevenwarejones avatar Dec 03 '21 23:12 stevenwarejones