We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6433e91 commit 44426b1Copy full SHA for 44426b1
surf-api-gradle-plugin/src/main/kotlin/dev/slne/surf/surfapi/gradle/platform/common/CommonSurfPlugin.kt
@@ -39,13 +39,6 @@ abstract class CommonSurfPlugin<E : CommonSurfExtension>(
39
40
protected abstract fun createExtension(objects: ObjectFactory, project: Project): E
41
42
- init {
43
- addRelocationsForDependency(
44
- "surf-data-api",
45
- "org.mariadb.jdbc" to "dev.slne.data.libs.mariadb"
46
- )
47
- }
48
-
49
override fun apply(target: Project) = with(target) {
50
val extension = createExtension(objects, this)
51
extensions.add("surf${platformName.replaceFirstChar { it.uppercase() }}Api", extension)
0 commit comments