Skip to content

Commit

Permalink
rollback change in upgrades: we need to address this with unblocking …
Browse files Browse the repository at this point in the history
…gradle api
  • Loading branch information
rpalcolea committed Oct 11, 2022
1 parent b3f9155 commit 5a2a4e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 52 deletions.
26 changes: 8 additions & 18 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
*/

plugins {
id 'com.netflix.nebula.plugin-plugin' version '19.0.1'
id 'nebula.plugin-plugin' version '16.3.0'
id "org.jetbrains.kotlin.jvm" version "1.5.31"
id 'com.github.johnrengelman.shadow' version '7.1.2'
id 'com.github.johnrengelman.shadow' version '7.0.0'
id 'java-gradle-plugin'
}

Expand Down Expand Up @@ -104,31 +104,21 @@ afterEvaluate {
}
}

gradlePlugin {
pluginBundle {
website = 'https://github.com/nebula-plugins/gradle-lint-plugin'
vcsUrl = 'https://github.com/nebula-plugins/gradle-lint-plugin.git'
description = 'Pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts'

plugins {
gradeLint {
id = 'nebula.lint'
displayName = 'Nebula Lint plugin'
description = 'Pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts'
implementationClass = 'com.netflix.nebula.lint.plugin.GradleLintPlugin'
}
gradeLint {
id = 'nebula.configEnvironment'
displayName = 'Nebula Config Environment plugin'
description = 'Pluggable and configurable linter tool for identifying and reporting on patterns of misuse or deprecations in Gradle scripts'
implementationClass = 'com.netflix.nebula.config.plugin.ConfigurationEnvironmentPlugin'
tags = ['nebula', 'lint']
}
}
}


pluginBundle {
website = 'https://github.com/nebula-plugins/gradle-lint-plugin'
vcsUrl = 'https://github.com/nebula-plugins/gradle-lint-plugin.git'
tags = ['nebula', 'lint']
}


// Relocate jgit dependency not available in Maven Central
// Replaces the main artifact by removing the classifier for the shadow jar, and replacing jar with shadowJar
// Relocated dependencies are removed from the generated pom
Expand Down

This file was deleted.

17 changes: 0 additions & 17 deletions src/main/resources/META-INF/gradle-plugins/nebula.lint.properties

This file was deleted.

0 comments on commit 5a2a4e5

Please sign in to comment.