mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
In Gradle 4.x, SourceSetOutput now has multiple classes directories and getClassesDir() has been deprecated. This commit introduces the use of reflection to use getClassesDirs() when it's available rather than getClassesDir(). Closes gh-9559