Skip to content

Commit

Permalink
Update dependency com.netflix.nebula:gradle-extra-configurations-plug…
Browse files Browse the repository at this point in the history
…in to v9 (#12818)

* Update dependency com.netflix.nebula:gradle-extra-configurations-plugin to v9

* Update nebula.optional-base plugin id

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Puneet Behl <behlp@objectcomputing.com>
  • Loading branch information
renovate[bot] and puneetbehl committed Feb 13, 2023
1 parent d91e443 commit 8b2eadd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
dependencies {
classpath "commons-io:commons-io:2.11.0"
classpath "io.github.gradle-nexus:publish-plugin:1.1.0"
classpath "com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0"
classpath "com.netflix.nebula:gradle-extra-configurations-plugin:9.0.0"
classpath "com.bmuschko:gradle-nexus-plugin:$gradleNexusPluginVersion"
classpath "gradle.plugin.io.sdkman:gradle-sdkvendor-plugin:$gradleSdkVendorVersion"
classpath "javax.xml.bind:jaxb-api:$jaxbVersion"
Expand Down Expand Up @@ -348,7 +348,7 @@ subprojects { project ->
apply plugin: 'eclipse'
apply plugin: 'idea'
apply plugin: 'project-report'
apply plugin: 'nebula.optional-base'
apply plugin: 'com.netflix.nebula.optional-base'

if (!isTestSuite) {

Expand Down

0 comments on commit 8b2eadd

Please sign in to comment.