From 34abc8f5779e227e52ac6a7c9711564bc7a2bb14 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 21 Sep 2021 13:04:29 +0200 Subject: [PATCH] The Kotlin plugin is no longer required for development in Eclipse As documented, it's only required if you with to run Kotlin tests or develop Kotlin extensions. See gh-27407 --- import-into-eclipse.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/import-into-eclipse.md b/import-into-eclipse.md index 00dc11a4a8..c1833bc13a 100644 --- a/import-into-eclipse.md +++ b/import-into-eclipse.md @@ -3,7 +3,7 @@ This document will guide you through the process of importing the Spring Framework projects into Eclipse or the Spring Tool Suite (_STS_). It is recommended that you have a recent version of Eclipse. As a bare minimum you will need Eclipse with full Java -8 support, Eclipse Buildship, the Kotlin plugin, and the Groovy plugin. +8 support, Eclipse Buildship, and the Groovy plugin. The following instructions have been tested against [STS](https://spring.io/tools) 4.12.0 ([download](https://github.com/spring-projects/sts4/wiki/Previous-Versions#spring-tools-4120-changelog))