This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push: new 2b06c400f CAY-2831 Upgrade Gradle to 8.5 2b06c400f is described below commit 2b06c400fd0a25c75eecc07f1b39687e7f4ad61c Author: stariy95 <stari...@gmail.com> AuthorDate: Wed Dec 6 19:06:17 2023 +0400 CAY-2831 Upgrade Gradle to 8.5 --- RELEASE-NOTES.txt | 1 + cayenne-gradle-plugin/build.gradle | 4 ++-- cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 1892d815c..1ffb6c234 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -52,6 +52,7 @@ CAY-2826 Rename `ServerModule` to `CoreModule` CAY-2828 Rename values in `org.apache.cayenne.configuration.Constants` CAY-2829 Merge `BaseContext` with `DataContext` and deprecate it CAY-2830 Cleanup `DataContext` code +CAY-2831 Upgrade Gradle to 8.5 Bug Fixes: diff --git a/cayenne-gradle-plugin/build.gradle b/cayenne-gradle-plugin/build.gradle index 8d8aee360..7734e6b4a 100644 --- a/cayenne-gradle-plugin/build.gradle +++ b/cayenne-gradle-plugin/build.gradle @@ -75,12 +75,12 @@ task licenseFiles(type: Copy) { } task sourcesJar(type: Jar, dependsOn: classes) { - classifier = 'sources' + archiveClassifier = 'sources' from sourceSets.main.allSource } task javadocJar(type: Jar, dependsOn: javadoc) { - classifier = 'javadoc' + archiveClassifier = 'javadoc' from javadoc.destinationDir } diff --git a/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties b/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties index edd4bfca5..119abf795 100644 --- a/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties +++ b/cayenne-gradle-plugin/gradle/wrapper/gradle-wrapper.properties @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStorePath=wrapper/dists