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
The names of Gradle tasks releaseProcessingLib and copyToLocalProcessing can be a bit confusing.
The releaseProcessingLib task doesn’t actually release the library but builds it for release, and copyToLocalProcessing could also be a little more specific.
To make things clearer, how about renaming them to something like buildReleaseArtifacts and deployToProcessingSketchbook?
The text was updated successfully, but these errors were encountered:
The names of Gradle tasks
releaseProcessingLib
andcopyToLocalProcessing
can be a bit confusing.The
releaseProcessingLib
task doesn’t actually release the library but builds it for release, andcopyToLocalProcessing
could also be a little more specific.To make things clearer, how about renaming them to something like
buildReleaseArtifacts
anddeployToProcessingSketchbook
?The text was updated successfully, but these errors were encountered: