Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0 - Kotlin Functions with default values are not callable from Groovy #1591

Open
hfhbd opened this issue Apr 14, 2024 · 0 comments
Open

2.0 - Kotlin Functions with default values are not callable from Groovy #1591

hfhbd opened this issue Apr 14, 2024 · 0 comments
Labels

Comments

@hfhbd
Copy link
Contributor

hfhbd commented Apr 14, 2024

What happened?

plugins {
  id("org.jetbrains.intellij.platform") version "2.0.0-beta1"
}

dependencies {
  intellijPlatform.pluginVerifier() // Workaround: Add "latest" as parameter
}

Relevant log output or stack trace

Caused by: org.codehaus.groovy.runtime.metaclass.MethodSelectionException: Could not find which method pluginVerifier() to invoke from this list:
  public final void org.jetbrains.intellij.platform.gradle.extensions.IntelliJPlatformDependenciesExtension#pluginVerifier(java.lang.String)
  public final void org.jetbrains.intellij.platform.gradle.extensions.IntelliJPlatformDependenciesExtension#pluginVerifier(org.gradle.api.provider.Provider)

Steps to reproduce

Gradle IntelliJ Plugin version

2.0.0-beta1

Gradle version

8.7

Operating System

macOS

Link to build, i.e. failing GitHub Action job

No response

@hfhbd hfhbd added the bug label Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant