|
|
|
|
@ -60,15 +60,6 @@ eclipse.classpath.file.whenMerged {
@@ -60,15 +60,6 @@ eclipse.classpath.file.whenMerged {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Ensure that JMH sources and resources are treated as test classpath entries |
|
|
|
|
// so that they can see test fixtures. |
|
|
|
|
// https://github.com/melix/jmh-gradle-plugin/issues/157 |
|
|
|
|
eclipse.classpath.file.whenMerged { |
|
|
|
|
entries.findAll { it.path =~ /src\/jmh\/(java|kotlin|resources)/ }.each { |
|
|
|
|
it.entryAttributes['test'] = 'true' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Include project specific settings |
|
|
|
|
task eclipseSettings(type: Copy) { |
|
|
|
|
from rootProject.files( |
|
|
|
|
|