Skip to content

Commit 44426b1

Browse files
committed
refactor: remove unnecessary dependency relocation initialization
1 parent 6433e91 commit 44426b1

File tree

1 file changed

+0
-7
lines changed
  • surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/surfapi/gradle/platform/common

1 file changed

+0
-7
lines changed

surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/surfapi/gradle/platform/common/CommonSurfPlugin.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,6 @@ abstract class CommonSurfPlugin<E : CommonSurfExtension>(
3939

4040
protected abstract fun createExtension(objects: ObjectFactory, project: Project): E
4141

42-
init {
43-
addRelocationsForDependency(
44-
"surf-data-api",
45-
"org.mariadb.jdbc" to "dev.slne.data.libs.mariadb"
46-
)
47-
}
48-
4942
override fun apply(target: Project) = with(target) {
5043
val extension = createExtension(objects, this)
5144
extensions.add("surf${platformName.replaceFirstChar { it.uppercase() }}Api", extension)

0 commit comments

Comments
 (0)