Skip to content

Commit

Permalink
fix gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermejccavalcanti committed Dec 12, 2024
1 parent 21c8793 commit 6af9c32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
19 changes: 0 additions & 19 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,23 +1,4 @@
plugins {
id "com.github.spotbugs" version "1.6.5"
id 'ru.vyarus.quality' version '3.0.0'
}

apply plugin: 'java'
apply plugin: "ru.vyarus.quality"

quality {
exclude '**/generated/*'
sourceSets = [project.sourceSets.main, project.sourceSets.test]

spotbugsVersion = '3.1.8'
spotbugs = true // false to disable automatic plugin activation
spotbugsEffort = 'max' // min, less, more or max
spotbugsLevel = 'high' // low, medium, high

checkstyle = false
pmd = false
}

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 6af9c32

Please sign in to comment.