We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15719e2 commit 5147870Copy full SHA for 5147870
build.gradle
@@ -2,7 +2,7 @@ group 'io.visual-regression-tracker.sdk-java'
2
version '1.3.0'
3
4
apply plugin: 'java'
5
-apply plugin: 'groovy'
+apply plugin: 'jacoco'
6
apply plugin: "io.freefair.lombok"
7
apply plugin: "com.github.johnrengelman.shadow"
8
lombok.config
@@ -1,2 +1,3 @@
1
# This file is generated by the 'io.freefair.lombok' Gradle plugin
config.stopBubbling = true
+lombok.addLombokGeneratedAnnotation = true
0 commit comments