findbugs gradle plugin
This commit is contained in:
@@ -2,6 +2,7 @@ apply plugin: 'java'
|
|||||||
apply plugin: 'application'
|
apply plugin: 'application'
|
||||||
apply plugin: 'idea'
|
apply plugin: 'idea'
|
||||||
apply plugin: 'eclipse'
|
apply plugin: 'eclipse'
|
||||||
|
apply plugin: 'findbugs'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@@ -22,6 +23,7 @@ if (OperatingSystem.current().isWindows()) {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compile (['org.lwjgl.lwjgl:lwjgl:' + lwjgl_ver],
|
compile (['org.lwjgl.lwjgl:lwjgl:' + lwjgl_ver],
|
||||||
['org.lwjgl.lwjgl:lwjgl_util:' + lwjgl_ver])
|
['org.lwjgl.lwjgl:lwjgl_util:' + lwjgl_ver])
|
||||||
|
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user