Skip to content

Commit

Permalink
Remove api project common-platform (already set in custom project)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvasw committed May 23, 2022
1 parent 2d8e89b commit f0d98cb
Show file tree
Hide file tree
Showing 24 changed files with 0 additions and 42 deletions.
2 changes: 0 additions & 2 deletions account/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':i18n')
implementation project(':persistence')
Expand Down
2 changes: 0 additions & 2 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ apply plugin: "org.springframework.boot"
apply plugin: 'io.spring.dependency-management'

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')
implementation project(':i18n')
Expand Down
2 changes: 0 additions & 2 deletions application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':i18n')
implementation project(':persistence')
Expand Down
1 change: 0 additions & 1 deletion bisq1bridge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ run {
}

dependencies {
api platform(project(':platforms:common-platform'))
api platform(project(':platforms:network-platform'))

implementation project(':common')
Expand Down
2 changes: 0 additions & 2 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation libs.google.guava
implementation libs.typesafe.config
implementation libs.annotations
Expand Down
2 changes: 0 additions & 2 deletions contract/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')
implementation project(':identity')
Expand Down
2 changes: 0 additions & 2 deletions desktop/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ javafx {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')
implementation project(':i18n')
Expand Down
2 changes: 0 additions & 2 deletions desktopapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ javafx {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')
implementation project(':i18n')
Expand Down
2 changes: 0 additions & 2 deletions i18n/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation libs.google.guava
}
2 changes: 0 additions & 2 deletions i2p/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')

implementation libs.google.guava
Expand Down
2 changes: 0 additions & 2 deletions identity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':i18n')
implementation project(':persistence')
Expand Down
1 change: 0 additions & 1 deletion network/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))
api platform(project(':platforms:network-platform'))

implementation project(':common')
Expand Down
1 change: 0 additions & 1 deletion offer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))
api platform(project(':platforms:network-platform'))

implementation project(':common')
Expand Down
1 change: 0 additions & 1 deletion oracle/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))
api platform(project(':platforms:network-platform'))

implementation project(':common')
Expand Down
2 changes: 0 additions & 2 deletions persistence/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')

implementation libs.google.guava
Expand Down
2 changes: 0 additions & 2 deletions presentation/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':network')
implementation project(':account')
Expand Down
2 changes: 0 additions & 2 deletions protocol/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')
implementation project(':security')
Expand Down
2 changes: 0 additions & 2 deletions security/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')

Expand Down
2 changes: 0 additions & 2 deletions seed/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ run {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':application')

implementation libs.google.guava
Expand Down
2 changes: 0 additions & 2 deletions settings/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')

Expand Down
1 change: 0 additions & 1 deletion social/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repositories {
}

dependencies {
api platform(project(':platforms:common-platform'))
api platform(project(':platforms:network-platform'))

implementation project(':common')
Expand Down
2 changes: 0 additions & 2 deletions support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':identity')
implementation project(':account')
Expand Down
2 changes: 0 additions & 2 deletions tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))

implementation project(':common')
implementation project(':persistence')
implementation project(':i18n')
Expand Down
1 change: 0 additions & 1 deletion tor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
}

dependencies {
api platform(project(':platforms:common-platform'))
api platform(project(':platforms:network-platform'))

implementation project(':common')
Expand Down

0 comments on commit f0d98cb

Please sign in to comment.