Skip to content

Commit a3e965f

Browse files
committed
Add static code checks script to build configuration
Applied the `staticChecks.gradle` script to enforce static code analysis during the build process. This integration helps maintain code quality and consistency across the project.
1 parent 27b2a79 commit a3e965f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ intellijPlatform {
109109
}
110110
}
111111

112+
apply {
113+
from("${project.rootDir}/gradle-tasks/staticChecks.gradle")
114+
}
115+
112116
changelog {
113117
groups.empty()
114118
repositoryUrl = providers.gradleProperty("pluginRepositoryUrl")

0 commit comments

Comments
 (0)