File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,14 @@ and ideally also the latest non-LTS JDK version if Gradle and other build depend
2323A 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+
2634Setup for publishing
2735---
2836
@@ -35,11 +43,3 @@ yubicoPublish=true
3543ossrhUsername =8pnmjKQP
3644ossrhPassword =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.
You can’t perform that action at this time.
0 commit comments