Skip to content

Commit

Permalink
netflixoss 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Nov 4, 2022
1 parent a7b1a92 commit 58b55f6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ plugins {
id 'com.github.ben-manes.versions' version '0.42.0'
id 'com.github.spotbugs' version '5.0.13' apply false
id 'me.champeau.jmh' version '0.6.8'
id 'nebula.dependency-recommender' version '11.0.0'
id 'nebula.netflixoss' version '10.6.0'
id 'com.netflix.nebula.dependency-recommender' version '12.0.0'
id 'com.netflix.nebula.netflixoss' version '11.0.0'
}

// Establish version and status
ext.githubProjectName = 'spectator'

allprojects {
apply plugin: 'nebula.dependency-recommender'
apply plugin: 'project-report'
apply plugin: 'me.champeau.jmh'
apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'nebula.netflixoss'
}

subprojects {
apply plugin: 'com.netflix.nebula.dependency-recommender'
apply plugin: 'com.netflix.nebula.netflixoss'
apply plugin: 'java-library'
apply plugin: 'build-dashboard'
apply plugin: 'com.github.spotbugs'
Expand Down

0 comments on commit 58b55f6

Please sign in to comment.