Skip to content

Commit 5147870

Browse files
committed
jococo plugin added
1 parent 15719e2 commit 5147870

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'io.visual-regression-tracker.sdk-java'
22
version '1.3.0'
33

44
apply plugin: 'java'
5-
apply plugin: 'groovy'
5+
apply plugin: 'jacoco'
66
apply plugin: "io.freefair.lombok"
77
apply plugin: "com.github.johnrengelman.shadow"
88

lombok.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
# This file is generated by the 'io.freefair.lombok' Gradle plugin
22
config.stopBubbling = true
3+
lombok.addLombokGeneratedAnnotation = true

0 commit comments

Comments
 (0)