From 20a1a539aafbe9637eaffeebbd0e101179652a89 Mon Sep 17 00:00:00 2001 From: MrCoder Date: Thu, 11 Jan 2024 17:01:21 +1100 Subject: [PATCH] Fix runPluginVerifier. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d9ae8e69..177ed7e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -114,7 +114,7 @@ sourceSets { tasks { // Set the compatibility versions to 11 withType { - sourceCompatibility = "11" + sourceCompatibility = "17" targetCompatibility = "17" } listOf("compileKotlin", "compileTestKotlin").forEach {