We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95b54b commit d17eb5aCopy full SHA for d17eb5a
.github/copilot-instructions.md
@@ -5,8 +5,8 @@ This is a Kotlin based repository with a JSON5 library for parsing and serializi
5
## Code Standards
6
7
### Development Flow
8
-- Build: `gradle build`
9
-- Test: `gradle check`
+- Build: `./gradlew build`
+- Test: `./gradlew check`
10
11
## Repository Structure
12
- `lib` - Gradle module containing the core JSON5 library code with unit tests
0 commit comments