Skip to content

Commit

Permalink
Remove ReusableAction as it is not part of Gradle internal APIs anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Dec 10, 2024
1 parent cb3401b commit ece010e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/

plugins {
id 'com.netflix.nebula.plugin-plugin' version '21.2.1'
id 'com.netflix.nebula.plugin-plugin' version '21.2.2'
id "org.jetbrains.kotlin.jvm" version "2.1.0"
id 'java-gradle-plugin'
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ com.google.guava:guava:20.0=integTestRuntimeClasspath,runtimeClasspath,testRunti
com.netflix.nebula:gradle-dependency-lock-plugin:15.1.0=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-dependencies-comparison:0.2.1=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-dependency-recommender:12.5.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-gradle-interop:2.2.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-test:10.6.1=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-gradle-interop:2.3.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-test:10.6.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.squareup.moshi:moshi:1.12.0=integTestRuntimeClasspath,testRuntimeClasspath
com.squareup.okio:okio:2.10.0=integTestRuntimeClasspath,testRuntimeClasspath
javax.inject:javax.inject:1=integTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/nebula/plugin/resolutionrules/alignRule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class AlignMatcher(val rule: AlignRule, groupPattern: Pattern, includesPatterns:
}

//@CacheableRule
open class AlignedPlatformMetadataRule @Inject constructor(val rule: AlignRule) : ComponentMetadataRule, Serializable, ReusableAction {
open class AlignedPlatformMetadataRule @Inject constructor(val rule: AlignRule) : ComponentMetadataRule, Serializable {
private val logger: Logger = Logging.getLogger(AlignedPlatformMetadataRule::class.java)

override fun execute(componentMetadataContext: ComponentMetadataContext?) {
Expand Down

0 comments on commit ece010e

Please sign in to comment.