@jakub.chrzanowski I am getting an error when running with the SNAPSHOT
Please file an issue attaching the content and exception message to: https://github.com/jetbrains/intellij-platform-gradle-plugin/issues/new
## Model:
org.jetbrains.intellij.platform.gradle.models.ProductInfo
## Content:
{
"name": "IntelliJ IDEA",
"version": "2025.1",
"versionSuffix": "EAP",
"buildNumber": "251.20015.29",
"productCode": "IC",
"envVarBaseName": "IDEA",
"dataDirectoryName": "IdeaIC2025.1",
"svgIconPath": "bin/idea.svg",
"productVendor": "JetBrains",
"launch": [
{....
Maybe I am doing something wrong?
This is my gradle.properties:
pluginSinceBuild=251.17181.16
pluginUntilBuild=251.*
# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension
platformType=IC
platformVersion=251-EAP-SNAPSHOT
and this is build gradle:
intellijPlatform {
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"), useInstaller = false)
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })
jetbrainsRuntime()
pluginVerifier()
zipSigner()
testFramework(TestFrameworkType.Starter)
testFramework(TestFrameworkType.JUnit5)
testFramework(TestFrameworkType.Platform)
}
and
java.lang.AbstractMethodError: Receiver class org.jetbrains.intellij.platform.gradle.models.ProductInfo$$serializer does not define or inherit an implementation of the resolved method 'abstract kotlinx.serialization.KSerializer[] typeParametersSerializers()' of interface kotlinx.serialization.internal.GeneratedSerializer.
at kotlinx.serialization.internal.PluginGeneratedSerialDescriptor.typeParameterDescriptors_delegate$lambda$