TomDmitriev / gradle-bundle-plugin

Apache License 2.0
47 stars 24 forks source link

DeleteAllActions is deprecated #78

Open realPyR3X opened 6 years ago

realPyR3X commented 6 years ago

https://github.com/TomDmitriev/gradle-bundle-plugin/blob/0ebd71a239cb5337749008bc8950065abd839b7e/src/main/groovy/org/dm/gradle/plugins/bundle/BundlePlugin.groovy#L32

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 commented 5 years ago

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 commented 5 years ago

80

Tejasvi452 commented 6 months ago

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