Skip to content

Commit 6c70489

Browse files
committed
Move section "Code formatting" to before "Setup for publishing"
1 parent 9de37b2 commit 6c70489

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/development.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ and ideally also the latest non-LTS JDK version if Gradle and other build depend
2323
A list of JDK versions and maintenance status can be found [here](https://en.wikipedia.org/wiki/Java_version_history).
2424

2525

26+
Code formatting
27+
---
28+
29+
Use `./gradlew spotlessApply` to run the automatic code formatter.
30+
You can also run it in continuous mode as `./gradlew --continuous spotlessApply`
31+
to reformat whenever a file changes.
32+
33+
2634
Setup for publishing
2735
---
2836

@@ -35,11 +43,3 @@ yubicoPublish=true
3543
ossrhUsername=8pnmjKQP
3644
ossrhPassword=bmjuyWSIik8P3Nq/ZM2G0Xs0sHEKBg+4q4zTZ8JDDRCr
3745
```
38-
39-
40-
Code formatting
41-
---
42-
43-
Use `./gradlew spotlessApply` to run the automatic code formatter.
44-
You can also run it in continuous mode as `./gradlew --continuous spotlessApply`
45-
to reformat whenever a file changes.

0 commit comments

Comments
 (0)