Skip to content

Instantly share code, notes, and snippets.

@TheAner
Last active March 3, 2020 14:42
Show Gist options
  • Save TheAner/4a645a0b17b8a8b7e272eb16442f83af to your computer and use it in GitHub Desktop.
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/
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