aboutsummaryrefslogtreecommitdiffstats
path: root/language-ide
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-17 03:06:39 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-11-17 03:06:39 +0100
commit720b9e2fb0968905e5a80f6099eab37554a6af58 (patch)
treeb471f4da129efbfa730830a70e0107de852833d7 /language-ide
parentbuild: use version catalogs (diff)
downloadrefinery-720b9e2fb0968905e5a80f6099eab37554a6af58.tar.gz
refinery-720b9e2fb0968905e5a80f6099eab37554a6af58.tar.zst
refinery-720b9e2fb0968905e5a80f6099eab37554a6af58.zip
build: move scripts into script plugins
Script plugins allow applying other plugins from plugins { } blocks, which simplifies the build script.
Diffstat (limited to 'language-ide')
-rw-r--r--language-ide/build.gradle6
1 files changed, 4 insertions, 2 deletions
diff --git a/language-ide/build.gradle b/language-ide/build.gradle
index 65b4b786..91f21109 100644
--- a/language-ide/build.gradle
+++ b/language-ide/build.gradle
@@ -1,5 +1,7 @@
1apply plugin: 'java-library' 1plugins {
2apply from: "${rootDir}/gradle/xtext-common.gradle" 2 id 'java-library'
3 id 'tools.refinery.xtext-conventions'
4}
3 5
4dependencies { 6dependencies {
5 api project(':refinery-language') 7 api project(':refinery-language')