Skip to content

Commit 039fbec

Browse files
committed
Exclude seskar-react from dependencies
1 parent d64e906 commit 039fbec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

seskar/seskar-gradle-plugin/src/main/kotlin/seskar/gradle/plugin/SeskarDependenciesPlugin.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import org.jetbrains.kotlin.gradle.targets.js.ir.KotlinJsIrTarget
1313

1414
private val SESKAR_GROUP = KOTLIN_PLUGIN_ARTIFACT.groupId
1515
private val SESKAR_CORE = "seskar-core"
16-
private val SESKAR_REACT = "seskar-react"
1716
private val SESKAR_VERSION = KOTLIN_PLUGIN_ARTIFACT.version
1817

1918
private val SESKAR_IMPLEMENTATION = "seskarImplementation"
@@ -32,7 +31,6 @@ internal class SeskarDependenciesPlugin : Plugin<Project> {
3231
declarable()
3332
withDependencies {
3433
add(project.dependencies.create(group = SESKAR_GROUP, name = SESKAR_CORE, version = SESKAR_VERSION))
35-
add(project.dependencies.create(group = SESKAR_GROUP, name = SESKAR_REACT, version = SESKAR_VERSION))
3634
}
3735
}
3836
}

0 commit comments

Comments
 (0)