Skip to content

Commit 81b17b7

Browse files
committed
test
1 parent 3cd69b6 commit 81b17b7

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
@@ -131,7 +131,7 @@ tasks.withType(JavaCompile).configureEach {
131131
sourceSets {
132132
main {
133133
java {
134-
134+
135135
}
136136
resources {
137137
srcDirs += project(":frontend").layout.buildDirectory.dir("vite")

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)