Skip to content

Commit 27c61fe

Browse files
committed
feat:README added
1 parent b5ff5c2 commit 27c61fe

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Lesson 09 Stretch
2+
## Running the code
3+
To run and test the code for `--bulk` here are the following terminal commands:
4+
5+
```bash
6+
cd lesson_09/types
7+
./gradlew bootRun --args="--bulk" #Creates a json file for every non abstract Provider java class
8+
./gradlew spotlessApply
9+
./gradlew check #Runs tests

0 commit comments

Comments
 (0)