You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @omerjerk for merging Kate's PR #15 and transferring the repo the Processing Foundation. Your work on processing-video-android is much appreciated! 💙💚
@kjhollen: I'd need your help to create a release with your changes.
I've tried running gradle dist but it failed with the following errors:
FAILURE: Build failed with an exception.
* Where:
Build file '/processing-video-android/build.gradle' line: 201
* What went wrong:
Could not compile build file '/processing-video-android/build.gradle'.
> startup failed:
build file '/processing-video-android/build.gradle': 201: You are not allowed to extend the interface 'org.gradle.api.artifacts.transform.ArtifactTransform', use implements instead.
@ line 201, column 1.
class ClassesJarArtifactTransform extends ArtifactTransform {
^
build file '/processing-video-android/build.gradle': 202: Method 'transform' from class 'ClassesJarArtifactTransform' does not override method from its superclass or interfaces but is annotated with @Override.
@ line 202, column 5.
@Override
^
2 errors
The text was updated successfully, but these errors were encountered:
hi @SableRaf, I've got a tough schedule for August and early September, so I'm not sure I'll be able to dig back in to this for a while. if there's someone else who may be knowledgeable and you need this sooner, I think it would be great to ask them to help.
Hi @kjhollen thanks for your reply! If you have a moment next month that'll be great but no rush. I mostly wanted to let you know we can finally make a release with your fixes included 😃
Thanks @omerjerk for merging Kate's PR #15 and transferring the repo the Processing Foundation. Your work on processing-video-android is much appreciated! 💙💚
@kjhollen: I'd need your help to create a release with your changes.
I've tried running
gradle dist
but it failed with the following errors:The text was updated successfully, but these errors were encountered: