mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 07:40:29 +00:00
Gradle 2.0, and only 2.0, requires a Plugin implementation to be
public. The changes made in gh-4113 (9c14ed3) made the class
package-private.
Closes gh-4139