Skip to content

Commit 4a51089

Browse files
committed
build(bulk-model-sync): removed unnecessary build script dependency
1 parent 77fa0d6 commit 4a51089

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

bulk-model-sync-gradle-test/build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,6 @@
1414
* limitations under the License.
1515
*/
1616

17-
buildscript {
18-
val modelixCoreVersion: String = file("../version.txt").readText()
19-
dependencies {
20-
classpath("org.modelix:model-server:$modelixCoreVersion")
21-
}
22-
}
23-
2417
plugins {
2518
alias(libs.plugins.kotlin.jvm)
2619
id("org.modelix.bulk-model-sync")

0 commit comments

Comments
 (0)