Last active
March 3, 2020 14:42
-
-
Save TheAner/4a645a0b17b8a8b7e272eb16442f83af to your computer and use it in GitHub Desktop.
Lombok i jego wspaniałości - https://theaner.pl/lombok-i-jego-wspanialosci/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
repositories { | |
mavenCentral() | |
} | |
dependencies { | |
compileOnly 'org.projectlombok:lombok:1.18.12' | |
annotationProcessor 'org.projectlombok:lombok:1.18.12' | |
testCompileOnly 'org.projectlombok:lombok:1.18.12' | |
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment