You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-6
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing to Durian
2
2
3
-
Pull requests are welcome, preferably against the branch `develop`, but definitely not against `master`.
3
+
Pull requests are welcome, preferably against the branch `develop`, and definitely not against `master`.
4
4
5
5
## Build instructions
6
6
@@ -14,12 +14,8 @@ It's a bog-standard gradle build.
14
14
* runs FindBugs
15
15
* checks the formatting
16
16
* runs the tests
17
-
* updates the manifest
18
17
19
-
If you're getting style warnings:
20
-
21
-
`gradlew licenseFormat` will apply the license template.
22
-
~~`gradlew format` will apply the coding style~~[Github issue](https://github.com/youribonnaffe/gradle-format-plugin/issues/8).
18
+
If you're getting style warnings, `gradlew spotlessApply` will apply anything necessary to fix formatting. For more info on the formatter, check out [spotless](https://github.com/diffplug/spotless).
# NOT YET SUITABLE FOR USE - we're releasing a formerly internal library, bear with us as we clean it up for public release
@@ -22,9 +21,6 @@ Durian's only requirement is Java 8 or greater, no other libraries needed (not e
22
21
23
22
## Known problems
24
23
25
-
* The `MANIFEST.MF` has a bunch of unneeded `VER_suchandsuch` properties. They don't do any harm, but it would be nice to fix. [Github issue](https://github.com/TomDmitriev/gradle-bundle-plugin/issues/33)
26
-
*`gradlew format` is supposed to format the source code. For now, it doesn't work. [Github issue](https://github.com/youribonnaffe/gradle-format-plugin/issues/8)
0 commit comments