android-testify icon indicating copy to clipboard operation
android-testify copied to clipboard

Investigate removing Plugin-local.jar binary from samples

Open jaredh opened this issue 1 year ago • 1 comments

Currently we commit a local build of the Testify plugin to use in our Sample apps. Committing a mysterious JAR and having it executed in the samples isn't great for a number of reasons, security being one of them.

We should be able to use something like a composite build to substitute the actual plugin module instead of depending on the JAR.

This feedback relates to:

  • [ ] The Kotlin library
  • [ ] The Gradle plugin
  • [ ] The IntelliJ Platform plugin
  • [X] The sample code
  • [ ] The documentation

jaredh avatar Mar 25 '24 17:03 jaredh

https://docs.gradle.org/current/samples/sample_composite_builds_plugin_development.html implies that this is indeed possible.

jaredh avatar Mar 25 '24 17:03 jaredh