diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..f7bd70834
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.java text eol=lf
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 3946ae598..a4adf1abf 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -7,8 +7,7 @@ We love getting PRs, but we hate asking people for the same basic changes every
- [ ] Push your changes to a branch other than `master`. Create your PR from that branch.
- [ ] Add JavaDocs and other comments
- [ ] Write tests that run and pass in CI. See [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to capture snapshot data.
-- [ ] Run `mvn clean compile` locally. This may reformat your code, commit those changes.
-- [ ] Run `mvn -D enable-ci clean install site` locally. If this command doesn't succeed, your change will not pass CI.
+- [ ] Run `mvn -D enable-ci clean install site` locally. If this command doesn't succeed, your change will not pass CI.
# When creating a PR:
diff --git a/pom.xml b/pom.xml
index ede281b8d..428b56e08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,6 @@
2.2
4.4.1
2.5.0
- apply
0.70
0.50
@@ -325,13 +324,14 @@
com.diffplug.spotless
spotless-maven-plugin
- 2.7.0
+ 2.8.1
spotless-check
- process-sources
+
- ${spotless-maven-plugin.goal}
+
+ check
@@ -574,7 +574,6 @@
true
- check
@@ -590,14 +589,25 @@
org.jacoco
jacoco-maven-plugin
+
+ com.diffplug.spotless
+ spotless-maven-plugin
+
+
+ spotless-check
+
+ process-sources
+
+ check
+
+
+
+
release
-
- check
-