From 245fe8f07eb5c3e9ff6389fe63666d6ea06d268b Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 26 Dec 2015 09:46:19 +0100 Subject: [PATCH] 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 --- initializr-service/application.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/initializr-service/application.yml b/initializr-service/application.yml index 4b450b14..db60fe1e 100644 --- a/initializr-service/application.yml +++ b/initializr-service/application.yml @@ -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: