processing / processing-video-android

Processing Video implementation for Android
32 stars 18 forks source link

Make a new release for Processing 4 and the latest Processing for Android version #16

Open SableRaf opened 1 month ago

SableRaf commented 1 month ago

Thanks @omerjerk for merging Kate's PR https://github.com/processing/processing-video-android/pull/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
kjhollen commented 1 month ago

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.

SableRaf commented 1 month ago

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 😃