aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/viatra-runtime-matchers/build.gradle.kts
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-19 03:14:50 +0200
committerLibravatar Kristóf Marussy <kristof@marussy.com>2023-08-19 03:14:50 +0200
commitd48a3d35bdcc6dcb15730e8daddfeec737df38b9 (patch)
tree56c1a6fe443767892b9508285ad66f73ec0dd91a /subprojects/viatra-runtime-matchers/build.gradle.kts
parentrefactor: remove unused VIATRA code (diff)
downloadrefinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.tar.gz
refinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.tar.zst
refinery-d48a3d35bdcc6dcb15730e8daddfeec737df38b9.zip
refactor: merge VIATRA subprojects
Since we remove EMF dependencies, there is no point to maintaining a base index separate from the rest of the runtime.
Diffstat (limited to 'subprojects/viatra-runtime-matchers/build.gradle.kts')
-rw-r--r--subprojects/viatra-runtime-matchers/build.gradle.kts15
1 files changed, 0 insertions, 15 deletions
diff --git a/subprojects/viatra-runtime-matchers/build.gradle.kts b/subprojects/viatra-runtime-matchers/build.gradle.kts
deleted file mode 100644
index 20a8c2c3..00000000
--- a/subprojects/viatra-runtime-matchers/build.gradle.kts
+++ /dev/null
@@ -1,15 +0,0 @@
1/*
2 * SPDX-FileCopyrightText: 2021-2023 The Refinery Authors <https://refinery.tools/>
3 *
4 * SPDX-License-Identifier: EPL-2.0
5 */
6
7plugins {
8 id("tools.refinery.gradle.java-library")
9}
10
11dependencies {
12 implementation(libs.slf4j.log4j)
13 implementation(libs.eclipseCollections.api)
14 implementation(libs.eclipseCollections)
15}