Temporarily remove provided scope for Lombok

Spring Initializr does not support the provided scope properly with
Gradle as it relies on the `providedRuntime` configuration added by the
war plugin.

Lombok should be added with an optional flag anyway so until the
service properly supports it, lombok is defined again with the default
(compile) scope.

Closes gh-171
This commit is contained in:
Stephane Nicoll
2015-12-26 09:46:19 +01:00
parent 8c6cc47b67
commit 245fe8f07e

View File

@@ -84,7 +84,6 @@ initializr:
artifactId: lombok
version: 1.16.6
description: Java annotation library which help to reduce boilerplate code and code faster
scope: provided
starter: false
- name: Web
content: