Skip to content

Commit

Permalink
chore: Remove unnecessary dependency declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Jan 29, 2024
1 parent 288dd45 commit ad56b85
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fcli-core/fcli-util/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
apply from: "${sharedGradleScriptsDir}/fcli-module.gradle"

dependencies {
// We require fcli-ssc as dependency for 'fcli util msp-report generate' command
implementation project("${fcliSSCRef}")
}
apply from: "${sharedGradleScriptsDir}/fcli-module.gradle"

0 comments on commit ad56b85

Please sign in to comment.