Skip to content

Commit

Permalink
Cleanup osgiTestDeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 6, 2024
1 parent 2d1dda0 commit 13aed80
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions retrofit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,20 @@ dependencies {
testImplementation libs.assertj
testImplementation libs.guava
testImplementation libs.mockwebserver

testImplementation libs.kotlinStdLib
testImplementation libs.kotlinCoroutines
testImplementation libs.bndResolve

osgiTestDeploy libs.equinox
osgiTestDeploy libs.kotlinOsgi
osgiTestDeploy projects.retrofitAdapters.guava
osgiTestDeploy projects.retrofitAdapters.java8
osgiTestDeploy projects.retrofitAdapters.rxjava
osgiTestDeploy projects.retrofitAdapters.rxjava2
osgiTestDeploy projects.retrofitAdapters.rxjava3
osgiTestDeploy projects.retrofitAdapters.scala
osgiTestDeploy projects.retrofitConverters.gson
osgiTestDeploy projects.retrofitConverters.jackson
osgiTestDeploy projects.retrofitConverters.jaxb
osgiTestDeploy projects.retrofitConverters.protobuf
osgiTestDeploy projects.retrofitConverters.scalars
rootProject.subprojects { subproject ->
subproject.plugins.withId(libs.plugins.bnd.builder.get().pluginId) {
if (subproject != this.project) {
osgiTestDeploy subproject
}
}
}
}

jar {
Expand Down

0 comments on commit 13aed80

Please sign in to comment.