Skip to content

Commit 36ffc8d

Browse files
Remove init-script from readme (#1577)
2 parents da9704f + 4a4b5db commit 36ffc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ Looking for a sample that has the following features?
7676
## Formatting
7777

7878
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`
79+
To check one sample for errors: Navigate to the sample folder and run `./gradlew spotlessCheck`
80+
To format one sample: Navigate to the sample folder and run `./gradlew spotlessApply`
8181

8282
## Updates
8383

0 commit comments

Comments
 (0)