From fac1b94623f13a79182a57cf772760cd69cc2414 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=85=B6=E8=8B=97?= Date: Sat, 14 Mar 2020 11:44:46 +0800 Subject: [PATCH] Fix typo in buildSrc/README.md See gh-24697 --- buildSrc/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/README.md b/buildSrc/README.md index 30486631ccd..f48339e6d61 100644 --- a/buildSrc/README.md +++ b/buildSrc/README.md @@ -7,7 +7,7 @@ They are declared in the `build.gradle` file in this folder. ### Compiler conventions -The `org.springframework.build.compile` plubin applies the Java compiler conventions to the build. +The `org.springframework.build.compile` plugin applies the Java compiler conventions to the build. By default, the build compiles sources with Java `1.8` source and target compatibility. You can test a different source compatibility version on the CLI with a project property like: