* Migrate to `DEVELOCITY_ACCESS_KEY` secret for GHA * Fix classes compatibility with Java 21
13 lines
194 B
Groovy
13 lines
194 B
Groovy
pluginManagement {
|
|
repositories {
|
|
gradlePluginPortal()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'io.spring.develocity.conventions' version '0.0.21'
|
|
}
|
|
|
|
rootProject.name = 'spring-integration-aws'
|