Skip to content
Snippets Groups Projects
Commit 7d398888 authored by Andre Brait's avatar Andre Brait
Browse files

Explicitly using Lombok 1.16.20 because 1.16.22 is a buggy right now

parent b6ba99e2
Branches
No related tags found
No related merge requests found
......@@ -42,6 +42,11 @@ plugins {
id 'io.franzbecker.gradle-lombok' version '1.14'
}
lombok {
version = "1.16.20"
sha256 = "c5178b18caaa1a15e17b99ba5e4023d2de2ebc18b58cde0f5a04ca4b31c10e6d"
}
version = rootProject.file('VERSION').text.trim()
apply plugin: 'java'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment