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

Commit

Permalink
Removed SpinnakerCodeStylePlugin (#562)
Browse files Browse the repository at this point in the history
* Removed SpinnakerCodeStylePlugin

* Removed unneeded maven block

Co-authored-by: Shawn Sherwood <[email protected]>
  • Loading branch information
shawn-sher and shawn-sher authored Jun 24, 2021
1 parent be29343 commit 1c43d7a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@


import com.github.spotbugs.snom.SpotBugsReport
import com.netflix.spinnaker.gradle.codestyle.SpinnakerCodeStylePlugin

buildscript {
ext {
Expand All @@ -35,9 +34,6 @@ buildscript {
maven {
url "https://repo.maven.apache.org/maven2"
}
maven {
url "https://dl.bintray.com/spinnaker/gradle"
}
maven {
url "https://plugins.gradle.org/m2/"
}
Expand All @@ -46,7 +42,6 @@ buildscript {

dependencies {
classpath "org.owasp:dependency-check-gradle:6.1.0"
classpath 'com.netflix.spinnaker.gradle:spinnaker-dev-plugin:7.11.6'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5"
}
}
Expand All @@ -64,7 +59,6 @@ allprojects {
apply plugin: 'groovy'
apply plugin: 'java-library'
apply plugin: 'jacoco'
apply plugin: SpinnakerCodeStylePlugin
apply plugin: 'com.github.spotbugs'

dependencies {
Expand Down

0 comments on commit 1c43d7a

Please sign in to comment.