Skip to content

Commit 47419a2

Browse files
committed
upgrade gradle plugin
1 parent c8e19c7 commit 47419a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'antlr'
33
id 'checkstyle'
44
alias(libs.plugins.spring.boot)
5-
//alias(libs.plugins.git.properties)
5+
alias(libs.plugins.git.properties)
66
alias(libs.plugins.docker.remote.api)
77
alias(libs.plugins.spring.dependency.management)
88
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ lucene = '10.2.2'
4141
[plugins]
4242
spring-boot = { id = 'org.springframework.boot', version.ref = 'spring-boot' }
4343
spring-dependency-management = { id = 'io.spring.dependency-management', version = '1.1.7' }
44-
git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.4.2' }
44+
git-properties = { id = 'com.gorylenko.gradle-git-properties', version = '2.5.3' }
4545
openapi-validator = {id = "org.openapitools.openapistylevalidator", version = "1.10" }
4646
openapi-generator = { id = 'org.openapi.generator', version = '7.13.0' }
4747
nexus-publish-plugin = { id = 'io.github.gradle-nexus.publish-plugin', version = '1.1.0' }

0 commit comments

Comments
 (0)