KAPT: Run tests on JDK 21
Previously, some tests have also been disabled on JDK 11+, since we did not filter out empty filesets, which led to failed assertion inside JDK. #KT-57389
This commit is contained in:
committed by
Space Team
parent
c82bc8f0ce
commit
87aed4bf47
@@ -392,7 +392,7 @@ fun main(args: Array<String>) {
|
||||
model("kotlinRunner")
|
||||
}
|
||||
|
||||
testClass<AbstractIrKotlinKaptContextTest>(annotations = annotations) {
|
||||
testClass<AbstractIrKotlinKaptContextTest> {
|
||||
model("kotlinRunner")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user