From e7aec81836b1bf01c8cd171a4078e3046e8f05da Mon Sep 17 00:00:00 2001 From: kurtzmarc Date: Tue, 30 Oct 2018 11:08:57 -0400 Subject: [PATCH] Update README.md to reflect updates to gradle Use of `compile` is deprecated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95000e1..b2432fa 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Including in your project ```groovy dependencies { annotationProcessor 'net.simonvt.schematic:schematic-compiler:{latest-version}' - compile 'net.simonvt.schematic:schematic:{latest-version}' + api 'net.simonvt.schematic:schematic:{latest-version}' } ```