Skip to content

Commit 0acbc1b

Browse files
committed
upgrade gradle to 8.13
1 parent 2625a66 commit 0acbc1b

File tree

19 files changed

+80
-71
lines changed

19 files changed

+80
-71
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

g11n-ws/modules/md-data-api-bundleimpl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2023 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -30,6 +30,6 @@ bootJar {
3030
enabled = false
3131
}
3232
jar {
33-
classifier = ''
33+
archiveClassifier = ''
3434
enabled = true
3535
}

g11n-ws/modules/md-data-api-gcsimpl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2024 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -34,6 +34,6 @@ bootJar {
3434
}
3535

3636
jar {
37-
classifier = ''
37+
archiveClassifier = ''
3838
enabled = true
3939
}

g11n-ws/modules/md-data-api-mt/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2023 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -36,6 +36,6 @@ bootJar {
3636
}
3737

3838
jar {
39-
classifier = ''
39+
archiveClassifier = ''
4040
enabled = true
4141
}

g11n-ws/modules/md-data-api-pgimpl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2022 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -38,6 +38,6 @@ bootJar {
3838
enabled = false
3939
}
4040
jar {
41-
classifier = ''
41+
archiveClassifier = ''
4242
enabled = true
4343
}

g11n-ws/modules/md-data-api-s3impl/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2023 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -34,6 +34,6 @@ bootJar {
3434
}
3535

3636
jar {
37-
classifier = ''
37+
archiveClassifier = ''
3838
enabled = true
3939
}

g11n-ws/modules/md-restful-api-i18n/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2023 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -32,6 +32,6 @@ bootJar {
3232
enabled = false
3333
}
3434
jar {
35-
classifier = ''
35+
archiveClassifier = ''
3636
enabled = true
3737
}

g11n-ws/modules/md-restful-l10n-synch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2023 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -26,6 +26,6 @@ bootJar {
2626
enabled = false
2727
}
2828
jar {
29-
classifier = ''
29+
archiveClassifier = ''
3030
enabled = true
3131
}

g11n-ws/modules/md-restful-synch/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2023 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -33,7 +33,7 @@ bootJar {
3333
enabled = false
3434
}
3535
jar {
36-
classifier = ''
36+
archiveClassifier = ''
3737
enabled = true
3838
}
3939

g11n-ws/modules/md-service-about/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//Copyright 2019-2022 VMware, Inc.
1+
//Copyright 2019-2025 VMware, Inc.
22
//SPDX-License-Identifier: EPL-2.0
33
apply plugin: 'java-library'
44
apply plugin: 'org.springframework.boot'
@@ -28,7 +28,7 @@ bootJar {
2828
enabled = false
2929
}
3030
jar {
31-
classifier = ''
31+
archiveClassifier = ''
3232
enabled = true
3333
}
3434

0 commit comments

Comments
 (0)