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
23
23
A list of JDK versions and maintenance status can be found [ here] ( https://en.wikipedia.org/wiki/Java_version_history ) .
24
24
25
25
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
+
26
34
Setup for publishing
27
35
---
28
36
@@ -35,11 +43,3 @@ yubicoPublish=true
35
43
ossrhUsername =8pnmjKQP
36
44
ossrhPassword =bmjuyWSIik8P3Nq/ZM2G0Xs0sHEKBg+4q4zTZ8JDDRCr
37
45
```
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