File tree Expand file tree Collapse file tree 8 files changed +10
-7
lines changed Expand file tree Collapse file tree 8 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ concurrency:
17
17
18
18
jobs :
19
19
build-snapshot :
20
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@v5
20
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-snapshot.yml@main
21
21
with :
22
22
gradleTasks : ${{ github.event_name == 'schedule' && '--rerun-tasks' || '' }}
23
23
secrets :
Original file line number Diff line number Diff line change 12
12
merge-dependabot-pr :
13
13
permissions : write-all
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v5
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@main
16
16
with :
17
17
mergeArguments : --auto --squash
18
18
autoMergeSnapshots : true
Original file line number Diff line number Diff line change 12
12
contents : write
13
13
issues : write
14
14
15
- uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@v5
15
+ uses : spring-io/spring-github-workflows/.github/workflows/spring-artifactory-gradle-release.yml@main
16
16
secrets :
17
17
GH_ACTIONS_REPO_TOKEN : ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
18
18
DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
Original file line number Diff line number Diff line change @@ -171,6 +171,9 @@ configure(javaProjects) { subproject ->
171
171
apply from : " ${ rootProject.projectDir} /gradle/publish-maven.gradle"
172
172
173
173
java {
174
+ toolchain {
175
+ languageVersion = JavaLanguageVersion . of(17 )
176
+ }
174
177
withJavadocJar()
175
178
withSourcesJar()
176
179
registerFeature(' optional' ) {
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionSha256Sum =d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
4
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3
+ distributionSha256Sum =8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
5
5
networkTimeout =10000
6
6
validateDistributionUrl =true
7
7
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ pluginManagement {
7
7
8
8
plugins {
9
9
id ' io.spring.develocity.conventions' version ' 0.0.22'
10
+ id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.9.0'
10
11
}
11
12
12
13
rootProject. name = ' spring-amqp-dist'
You can’t perform that action at this time.
0 commit comments