Kotlin / dukat

Converter of <any kind of declarations> to Kotlin external declarations
548 stars 44 forks source link

Not able to build on Ubuntu 22.04 #507

Open orklann opened 1 year ago

orklann commented 1 year ago

🕗 Version

master branch

💻 Code or Package Name

./gradlew build

🙁 Actual behavior

697 tests completed, 287 failed

> Task :compiler:test FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compiler:test'.
> There were failing tests. See the report at: file:///home/rkt/projects/dukat/compiler/build/reports/tests/test/index.html

* 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

Deprecated Gradle features were used in this build, making it incompatible with Gradle 7.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/6.8.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 1m 14s
152 actionable tasks: 16 executed, 136 up-to-date

🙂 Expected behavior

Build succeeds