[K/N] Fix benchmark build

The bootstrap advance to 1.8.20-dev-2904 broke the K/N performance
benchmark build, when built in non-Java8 environments.


Co-authored-by: Troels Lund <troels@google.com>

Merge-request: KOTLIN-MR-576
Merged-by: Pavel Punegov <pavel.punegov@jetbrains.com>
This commit is contained in:
Troels Bjerre Lund
2022-11-24 14:54:32 +00:00
committed by Space
parent 39c97aa804
commit 1fbc478833
@@ -136,4 +136,7 @@ afterEvaluate {
apiVersion = "1.4"
}
}
tasks.withType<JavaCompile> {
targetCompatibility = "1.8"
}
}