Skip to content
This repository was archived by the owner on Apr 2, 2021. It is now read-only.

Issue with gradle configurations like 'implementation', 'testImplementation' #506

@vlipovetskii

Description

@vlipovetskii

I strive to leverage new gradle configurations like 'implementation', 'testImplementation', since 'compile' and 'testCompile' are deprecated. It looks that vaadin-plugin doesn't support the new gradle configurations, since gretty fails to launch war. I have discovered in the GradleVaadinPlugin.groovy fragment, that I think, confirms my suggestion:
`…
// Needed so bootRepackage can include all dependencies in Jar
conf.extendsFrom(
project.configurations['compile'],
project.configurations['runtime'],
project.configurations[CONFIGURATION_PUSH],
project.configurations[CONFIGURATION_CLIENT_COMPILE]
)

`
As a workaround I temporarily added 'compile' and 'testCompile'.

Possible, that issue of @mvysny (#501) and mine are connected ? I leverage karibu-dsl by @mvysny.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions