From 349c164c62f7e8cf9d89fbe17dfae1f8da3776ad Mon Sep 17 00:00:00 2001 From: Andy Magee Date: Fri, 6 Dec 2024 09:42:09 -0800 Subject: [PATCH] Update platform version for protobuf gradle build --- protobuf/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protobuf/build.gradle.kts b/protobuf/build.gradle.kts index 31487f8fe5f..85bf949d101 100644 --- a/protobuf/build.gradle.kts +++ b/protobuf/build.gradle.kts @@ -5,7 +5,7 @@ apply(from = "../contrib-configuration/common.gradle.kts") * that is different for various compatible IDEs */ //val defaultPluginRunMode = ProtobufPluginLayout.ProtobufInIdeaUltimateWithGoAndPython("2024.1", "241.14494.240") -val defaultPluginRunMode = ProtobufPluginLayout.ProtobufCoreTestsInIdeaCommunity("2024.1") +val defaultPluginRunMode = ProtobufPluginLayout.ProtobufCoreTestsInIdeaCommunity("2024.3") plugins { id("java")