Upgrade build to Gradle 8.10
Closes gh-41980
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
plugins {
|
||||
id "dev.adamko.dokkatoo-html"
|
||||
id "java"
|
||||
id "org.antora"
|
||||
id "org.springframework.boot.conventions"
|
||||
@@ -43,7 +44,7 @@ sourcesJar {
|
||||
}
|
||||
|
||||
plugins.withType(EclipsePlugin) {
|
||||
extensions.getByType(org.gradle.plugins.ide.eclipse.model.EclipseModel).classpath { classpath ->
|
||||
eclipse.classpath { classpath ->
|
||||
classpath.plusConfigurations.add(configurations.getByName(sourceSets.main.runtimeClasspathConfigurationName))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user