We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a6f9bd + 40058ef commit 9505e76Copy full SHA for 9505e76
.github/actions/build/action.yml
@@ -19,7 +19,7 @@ inputs:
19
java-version:
20
description: 'Java version to compile and test with'
21
required: false
22
- default: '17'
+ default: '24'
23
publish:
24
description: 'Whether to publish artifacts ready for deployment to Artifactory'
25
settings.gradle
@@ -1,6 +1,5 @@
1
plugins {
2
id "io.spring.develocity.conventions" version "0.0.22"
3
- id "org.gradle.toolchains.foojay-resolver-convention" version "0.9.0"
4
}
5
6
include "spring-aop"
0 commit comments