From 4a2964bd6c3dbe047fc9fe5a7de9c1c17a454bad Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 3 Jul 2023 10:21:14 +0200 Subject: [PATCH] glossary.md: Add Gradle Build Script - It is not IntelliJ Platform-specific term, but I think it may be unclear to some developers, and it doesn't hurt to have it here (we also have Swing-specific EDT) --- topics/appendix/glossary.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/topics/appendix/glossary.md b/topics/appendix/glossary.md index 7af7264b1..2457fe81e 100644 --- a/topics/appendix/glossary.md +++ b/topics/appendix/glossary.md @@ -1,6 +1,6 @@ -# Glossary + - +# Glossary Glossary of IntelliJ Platform specific terms. @@ -37,6 +37,10 @@ External System _(ES)_ File Based Index _(FBI)_ : [File Based Index](file_based_indexes.md) allows storing key-value information based on the project's files. +## G +Gradle Build Script +: A configuration file written in Kotlin (build.gradle.kts) or Groovy (build.gradle) that describes the build process and dependencies of a plugin. + ## I Inspection