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

Plugin is Incompatible with Gradle 8.x #60

Open
mbeldman opened this issue Oct 5, 2023 · 0 comments
Open

Plugin is Incompatible with Gradle 8.x #60

mbeldman opened this issue Oct 5, 2023 · 0 comments

Comments

@mbeldman
Copy link

mbeldman commented Oct 5, 2023

Use of IncrementalTaskInputs in the signJars method of the SignJarsTask (https://github.com/tschulte/gradle-jnlp-plugin/blob/develop/gradle-jnlp-plugin/src/main/groovy/de/gliderpilot/gradle/jnlp/SignJarsTask.groovy) causes the following compile error for Gradle v8.x:

> Failed to apply plugin 'de.gliderpilot.jnlp'.
    > Could not create task ':xxxxx:signJars'.
        > Cannot use @TaskAction annotation on method SignJarsTask.signJars() because interface org.gradle.api.tasks.incremental.IncrementalTaskInputs is not a valid parameter to an action method.

For more information, see: https://docs.gradle.org/current/userguide/upgrading_version_7.html#legacy_incrementaltaskinputs_api

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant