mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-26 22:25:51 +08:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user