0

Merge branch 'findbugs' into dev-baseq2

# Conflicts:
#	build.gradle
This commit is contained in:
2018-03-07 01:54:38 +03:00

View File

@@ -6,6 +6,7 @@ apply plugin: 'java'
apply plugin: 'application'
apply plugin: 'idea'
apply plugin: 'eclipse'
apply plugin: 'findbugs'
repositories {
mavenCentral()
@@ -34,6 +35,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok:1.16.20'
apt "org.projectlombok:lombok:1.16.20"
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
}
sourceSets {