Skip to content

Commit

Permalink
mark feature as experimental in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingDepot committed Apr 15, 2024
1 parent c255345 commit 24b2dc8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ description: >
Plugins offer a way to incorporate external tools in your analysis.
---

!!! example "Experimental"

This feature is disabled by default and has to be manually enabled in the gradle.properties file before building.


There are many code analysis tools available, and they frequently yield a wide range of different results.
However, finding and configuring the correct tools for your projects is time-consuming and distributes the results into separate report files.
Plugins are designed to make adding new tools easier and to allow for quickly swapping preferred analysis methods.
Expand Down
3 changes: 3 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ kotlin.code.style=official
# Gradle HTTP timeout for `-SNAPSHOT` from JitPack -> 180000 ms == 3 min
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000

# experimental features
enablePluginSupport=false

0 comments on commit 24b2dc8

Please sign in to comment.