Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Created August 13, 2023 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arildojr7/b7cf9190a8e44ae9a52358e375a4805d to your computer and use it in GitHub Desktop.
Save arildojr7/b7cf9190a8e44ae9a52358e375a4805d to your computer and use it in GitHub Desktop.
class IrisMockGradlePlugin : Plugin<Project> {
override fun apply(target: Project) {
project.configurations.getByName("implementation").dependencies.add(
project.dependencies.create("dev.arildo:iris-mock:$PLUGIN_VERSION")
)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment