ciscoo / cxf-codegen-gradle

Gradle plugin to generate Java artifacts from WSDL
Apache License 2.0
26 stars 6 forks source link

Caching and deprecated JavaExec #24

Closed iamceph closed 2 years ago

iamceph commented 2 years ago

Hello, I found out that your plugin still uses deprecated JavaExec in Gradle 7.3. Is there any way to get rid of it? image

I also wanted to ask if there is any possibility to add support for Caching.

Thank you in advance.

ciscoo commented 2 years ago

The deprecation issue was taken care as part of https://github.com/ciscoo/cxf-codegen-gradle/issues/10, specifically https://github.com/ciscoo/cxf-codegen-gradle/commit/a3cb88a5d041673d15b0fcbeca3b47130663b290.

As for caching, is there something your build scans are showing that is leading to the tasks not being cached? There are some changes made from https://github.com/ciscoo/cxf-codegen-gradle/issues/12, but curious if there is anything that was missed.

iamceph commented 2 years ago

Thank you for your response!

I was using the RC3 version, I will try latest snapshots and let you know.