roscopeco/jasm

gradlew check fails

Opened this issue · 1 comments

$ ./gradlew check

> Task :compileKotlin
w: E:\msys64\home\topkek\t\a\jasm\src\main\kotlin\com\roscopeco\jasm\JasmDisassemblingVisitor.kt: (385, 27): This class shouldn't be used in Kotlin. Use kotlin.Int instead.
w: E:\msys64\home\topkek\t\a\jasm\src\main\kotlin\com\roscopeco\jasm\JasmDisassemblingVisitor.kt: (387, 27): This class shouldn't be used in Kotlin. Use kotlin.Long instead.
w: E:\msys64\home\topkek\t\a\jasm\src\main\kotlin\com\roscopeco\jasm\JasmDisassemblingVisitor.kt: (389, 27): This class shouldn't be used in Kotlin. Use kotlin.Float instead.
w: E:\msys64\home\topkek\t\a\jasm\src\main\kotlin\com\roscopeco\jasm\JasmDisassemblingVisitor.kt: (391, 27): This class shouldn't be used in Kotlin. Use kotlin.Double instead.

> Task :compileTestKotlin
w: E:\msys64\home\topkek\t\a\jasm\src\test\kotlin\com\roscopeco\jasm\asserts\AnnotatableItemAssert.kt: (23, 60): Unchecked cast: AnnotatableItemAssert<Self, Actual> to Self
w: E:\msys64\home\topkek\t\a\jasm\src\test\kotlin\com\roscopeco\jasm\asserts\AnnotatableItemAssert.kt: (31, 91): Unchecked cast: AnnotatableItemAssert<Self, Actual> to Self
w: E:\msys64\home\topkek\t\a\jasm\src\test\kotlin\com\roscopeco\jasm\asserts\AnnotationAssert.kt: (34, 70): Unchecked cast: Any? to Array<String>

> Task :compileTestJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileTestJava'.
> java.lang.NoSuchFieldError: Class com.sun.tools.javac.tree.JCTree$JCImport does not have member field 'com.sun.tools.javac.tree.JCTree qualid'

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 42s
9 actionable tasks: 9 executed