mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
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)
This commit is contained in:
parent
401e8b7f53
commit
4a2964bd6c
@ -1,6 +1,6 @@
|
|||||||
# Glossary
|
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||||
|
|
||||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
# Glossary
|
||||||
|
|
||||||
<link-summary>Glossary of IntelliJ Platform specific terms.</link-summary>
|
<link-summary>Glossary of IntelliJ Platform specific terms.</link-summary>
|
||||||
|
|
||||||
@ -37,6 +37,10 @@ External System _(ES)_
|
|||||||
File Based Index _(FBI)_
|
File Based Index _(FBI)_
|
||||||
: [File Based Index](file_based_indexes.md) allows storing key-value information based on the project's files.
|
: [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 (<path>build.gradle.kts</path>) or Groovy (<path>build.gradle</path>) that describes the build process and dependencies of a plugin.
|
||||||
|
|
||||||
## I
|
## I
|
||||||
|
|
||||||
Inspection
|
Inspection
|
||||||
|
Loading…
x
Reference in New Issue
Block a user