File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ Note that missing license header will be detected by Gradle license plugin and f
113
113
Making Code Changes
114
114
===================
115
115
116
- Project Structure
117
- -----------------
116
+ Project Strucure
117
+ ----------------
118
118
119
119
The plugin codebase is in standard layout of Gradle project::
120
120
@@ -213,7 +213,7 @@ Most of the time you just need to run ./gradlew build which will make sure you p
213
213
* - ./gradlew generateGrammarSource
214
214
- (Re-)Generate ANTLR parser from grammar file.
215
215
* - ./gradlew compileJava
216
- - Compile all Java source files.
216
+ - Compile all Java source files.
217
217
* - ./gradlew checkstyle
218
218
- Run all checks according to Checkstyle configuration.
219
219
* - ./gradlew test
@@ -226,10 +226,6 @@ Most of the time you just need to run ./gradlew build which will make sure you p
226
226
- Build plugin by run all tasks above (this takes time).
227
227
* - ./gradlew pitest
228
228
- Run PiTest mutation testing (see more info in `#1204 <https://github.com/opensearch-project/sql/pull/1204 >`_)
229
- * - ./gradlew spotlessCheck
230
- - Runs Spotless to check for code style.
231
- * - ./gradlew spotlessApply
232
- - Automatically apply spotless code style changes.
233
229
234
230
For integration test, you can use ``-Dtests.class `` “UT full path” to run a task individually. For example ``./gradlew :integ-test:integTest -Dtests.class="*QueryIT" ``.
235
231
You can’t perform that action at this time.
0 commit comments