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

DeleteAllActions is deprecated #78

Open
realPyR3X opened this issue Jun 14, 2018 · 3 comments
Open

DeleteAllActions is deprecated #78

realPyR3X opened this issue Jun 14, 2018 · 3 comments

Comments

@realPyR3X
Copy link

Please take a look at the following link for another way to do this.

https://github.com/gradle/gradle/blob/master/subprojects/osgi/src/main/java/org/gradle/api/plugins/osgi/OsgiPlugin.java

Thanks,

-Charlie

@tonit
Copy link

tonit commented Aug 22, 2018

I don't know what Charlie's link has to do with this, but
task.deleteAllActions()
can be replaced by
getTaskActions().clear() (or its groovy-style counterpart).

Will provide a PR.

tonit added a commit to rebaze/gradle-bundle-plugin that referenced this issue Aug 22, 2018
@tonit
Copy link

tonit commented Aug 22, 2018

#80

rotty3000 added a commit to rotty3000/gradle-bundle-plugin that referenced this issue Apr 29, 2019
@Tejasvi452
Copy link

which version of org.dm.gradle:gradle-bundle-plugin will work with Amazon corretto open JDK 11, could you please suggest.

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

3 participants