From 8e44fd235549bdf45c8f74a2c17f2534fb036758 Mon Sep 17 00:00:00 2001 From: Juan Liska Date: Sun, 10 Jan 2016 14:14:04 -0600 Subject: [PATCH] removed glyphs and edited feature descriptions --- home/index.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/home/index.html b/home/index.html index 8454eae..602e1bd 100644 --- a/home/index.html +++ b/home/index.html @@ -63,10 +63,10 @@

Features

-

Build file auto-completion in your IDE

+

Build file auto-completion in your IDE

-

Clean syntax for build files

+

Clean syntax for build files

For example, here is JCommander's entire build file:

@@ -101,9 +101,8 @@ val jcommander = javaProject {

This build file also includes a directive to upload your artifacts to Bintray automatically.

-

Fast builds

-

Intuitive plug-in architecture

-

Half the size of Gradle

+

Support for incremental tasks (faster builds)

+

Intuitive plug-in architecture