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 ec0f4da commit 4a4b5dbCopy full SHA for 4a4b5db
README.md
@@ -76,8 +76,8 @@ Looking for a sample that has the following features?
76
## Formatting
77
78
To automatically format all samples: Run `./scripts/format.sh`
79
-To check one sample for errors: Navigate to the sample folder and run `./gradlew --init-script buildscripts/init.gradle.kts spotlessCheck`
80
-To format one sample: Navigate to the sample folder and run `./gradlew --init-script buildscripts/init.gradle.kts spotlessApply`
+To check one sample for errors: Navigate to the sample folder and run `./gradlew spotlessCheck`
+To format one sample: Navigate to the sample folder and run `./gradlew spotlessApply`
81
82
## Updates
83
0 commit comments