Skip to content

Commit

Permalink
Merge pull request #194 from cdsap/remove_buildoperationlistenermanager
Browse files Browse the repository at this point in the history
Removing BuildCacheOperationListener from buildOperationListenerManager
  • Loading branch information
cdsap authored Jul 1, 2020
2 parents 9d40718 + d61b71e commit 0368229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion talaiot/src/main/kotlin/com/cdsap/talaiot/TalaiotPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class TalaiotPlugin : Plugin<Project> {
project.gradle.addBuildListener(listener)
project.gradle.buildOperationListenerManager().addListener(buildOperationListener)
project.gradle.buildFinished {
project.gradle.removeListener(buildOperationListener)
project.gradle.buildOperationListenerManager().removeListener(buildOperationListener)
}
}

Expand Down

0 comments on commit 0368229

Please sign in to comment.