Open
Description
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
Metadata
Assignees
Labels
No labels
Activity