testng-team/testng

Upgrade Kotlin target

Open

#2,909 opened on May 18, 2023

 (4 comments) (0 reactions) (0 assignees)Java (1,025 forks)github user discovery
good first issue

Repository metrics

Stars
 (2,059 stars)
PR merge metrics
 (Avg merge 17h 43m) (7 merged PRs in 30d)

Description

Expected behavior

No warning

Actual behavior

'compileJava' task (current target is 11) and 'compileKotlin' task (current target is 1.8) jvm target compatibility should be set to the same Java version.

Contributor guide