Add lombok dependencies
This commit is contained in:
parent
73aef924fa
commit
41338738b0
2
backend/.gitignore
vendored
2
backend/.gitignore
vendored
@ -116,3 +116,5 @@ fabric.properties
|
||||
|
||||
### VS Code ###
|
||||
.vscode/
|
||||
|
||||
lombok.config
|
||||
|
@ -1,6 +1,16 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="CompilerConfiguration">
|
||||
<annotationProcessing>
|
||||
<profile default="true" name="Default" enabled="true" />
|
||||
<profile name="Gradle Imported" enabled="true">
|
||||
<outputRelativeToContentRoot value="true" />
|
||||
<processorPath useClasspath="false">
|
||||
<entry name="$USER_HOME$/.gradle/caches/modules-2/files-2.1/org.projectlombok/lombok/1.18.12/48e4e5d60309ebd833bc528dcf77668eab3cd72c/lombok-1.18.12.jar" />
|
||||
</processorPath>
|
||||
<module name="geotime.main" />
|
||||
</profile>
|
||||
</annotationProcessing>
|
||||
<bytecodeTargetLevel target="11" />
|
||||
</component>
|
||||
</project>
|
@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id 'org.springframework.boot' version '2.2.6.RELEASE'
|
||||
id 'io.spring.dependency-management' version '1.0.9.RELEASE'
|
||||
id "io.freefair.lombok" version "5.0.0-rc6"
|
||||
id 'java'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user