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 b5ff5c2 commit 27c61feCopy full SHA for 27c61fe
lesson_09/types/types_app/README.md
@@ -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