Merge branch '2.4.x' into 2.5.x
Closes gh-28152
This commit is contained in:
@@ -25,6 +25,14 @@ javadoc {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
javadocJar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
enabled = false
|
||||
}
|
||||
|
||||
plugins.withType(EclipsePlugin) {
|
||||
extensions.getByType(org.gradle.plugins.ide.eclipse.model.EclipseModel).classpath { classpath ->
|
||||
classpath.plusConfigurations.add(configurations.getByName(sourceSets.main.runtimeClasspathConfigurationName))
|
||||
|
||||
Reference in New Issue
Block a user