From ec6c61d82ac9ac4d8421fdc31176d373d8042e92 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 19 Jun 2017 23:55:24 +0200 Subject: Added pages for build tools, and updated the android instructions. --- website/templates/setup/android.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'website/templates/setup/android.html') diff --git a/website/templates/setup/android.html b/website/templates/setup/android.html index 3ff857e5..8762d355 100644 --- a/website/templates/setup/android.html +++ b/website/templates/setup/android.html @@ -16,16 +16,13 @@

@@ -58,7 +55,7 @@ java -jar lombok.jar publicApi <@s.section title="Maven">

- You should be able to just follow the normal lombok with maven instructions.
+ You should be able to just follow the normal integrate lombok with maven instructions.
Note that if you use android, eclipse, and maven together you may have to replace lombok.jar in your eclipse android project's build path (which you can modify in that project's properties page) with lombok-api.jar, as produced in the procedure explained for Eclipse, above.

-- cgit