Browse Source
Recently the Spring Framework projects could no longer be imported into Eclipse IDE without compilation errors in JMH sources. This commit addresses this issue by applying workarounds for bugs in Gradle and the JMH plugin for Gradle. Gradle bug: https://github.com/gradle/gradle/issues/14932 JMH plugin bug: https://github.com/melix/jmh-gradle-plugin/issues/157 The Gradle bug has already been fixed in Gradle 6.8 RC1; however, the issue for the JMH plugin bug seems not to have been triaged yet. Closes gh-26140pull/26157/head
1 changed files with 18 additions and 2 deletions
Loading…
Reference in new issue