Skip to content
Snippets Groups Projects
Commit fcfda8b9 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

cleanup

parent 04ffc2cf
No related branches found
No related tags found
1 merge request!58Spotbugs
plugins {
id "application"
id "java"
id "com.diffplug.gradle.spotless" version "${spotlessVersion}"
id "com.github.johnrengelman.shadow" version "5.2.0"
id "net.ltgt.apt-eclipse" version "0.21"
id "com.github.spotbugs" version "${spotbugsVersion}"
id "com.star-zero.gradle.githook" version "${githooksVersion}"
id "eclipse-wtp"
id "jacoco"
id "com.star-zero.gradle.githook" version "${githooksVersion}"
id "com.github.spotbugs" version "${spotbugsVersion}"
id "com.diffplug.gradle.spotless" version "${spotlessVersion}"
id "java"
id "net.ltgt.apt-eclipse" version "0.21"
}
sourceCompatibility = JavaVersion.VERSION_11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment