Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Update Gradle Config (#195)
Browse files Browse the repository at this point in the history
* updated to Gradle 5, replaced findBugs with spotBugs, updated various Gradle plugins to b 5 compatable, add security dependency checker plugin, fixed spotBugs found bug

* Use the PMD from before Gradle 5

* only run spotBugs on main source set
  • Loading branch information
fieldju authored Jun 4, 2019
1 parent 20e0fca commit e81b96b
Show file tree
Hide file tree
Showing 10 changed files with 69 additions and 457 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ apply plugin: 'com.wiredforcode.spawn'
sourceCompatibility = 1.8
targetCompatibility = 1.8

ext {
SpotBugsTask = com.github.spotbugs.SpotBugsTask
}

apply from: file('gradle/dependencies.gradle')
apply from: file('gradle/check.gradle')
apply from: file('gradle/integration.gradle')
Expand Down Expand Up @@ -152,4 +156,4 @@ task copyDashboardResources(type: Copy, dependsOn: buildDashboard) {
into dashboardResourceFolder
}

apply from: file('gradle/develop.gradle')
apply from: file('gradle/develop.gradle')
376 changes: 0 additions & 376 deletions codequality/findbugs_default.xsl

This file was deleted.

Loading

0 comments on commit e81b96b

Please sign in to comment.