diff options
author | Rami Potinkara <rami.potinkara@qt.io> | 2025-01-08 18:26:37 +0200 |
---|---|---|
committer | Ville Voutilainen <ville.voutilainen@qt.io> | 2025-01-09 08:49:51 +0000 |
commit | c4b811315e069bf547d0a76fea6bac162b0e5df4 (patch) | |
tree | c9a778b763d20f8b36aa5df1692c93069b0e9d61 | |
parent | 4667e210854e8e3a43658a1c2563762fca7a95fd (diff) |
Update QtJenny to 2025maven_publishing_1.0
Updated build.gradle
-year
-Qt code generator
Task-number: QTBUG-131703
Change-Id: Idce652a358fa400e22bca3f734c80cd6da54bc5b
Reviewed-by: Ville Voutilainen <ville.voutilainen@qt.io>
(cherry picked from commit 6885b7c8b37447043fcdff373fd5852b26d2b711)
Reviewed-by: Jukka Jokiniva <jukka.jokiniva@qt.io>
-rw-r--r-- | build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle index 71ee493..f6da3eb 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -// Copyright (C) 2024 The Qt Company Ltd. +// Copyright (C) 2025 The Qt Company Ltd. // SPDX-License-Identifier: LicenseRef-Qt-Commercial import com.vanniktech.maven.publish.SonatypeHost @@ -48,7 +48,7 @@ allprojects { // config group = pub.groupId version = pub.publishVersion - description = 'Java/Android JNI glue/proxy code generator' + description = 'Java/Android JNI glue/proxy Qt code generator' def artifactId = publishProject[name] // https://vanniktech.github.io/gradle-maven-publish-plugin/central/#configuring-the-pom @@ -64,7 +64,7 @@ allprojects { pom { name = artifactId description = project.description - inceptionYear = "2024" + inceptionYear = "2025" url = 'https://code.qt.io/cgit/qt-labs/qtjenny.git' licenses { license { |