Skip to content

Commit e55ac8c

Browse files
authored
Fix git properties nto being computed (#1070)
## Pull Request Etiquette ### Checklist - [x] Tests have been added in relevant areas - [x] Corresponding changes made to the documentation (README.adoc) <!-- (if irrelevant check the box too) --> ### Type of change Bug fix <!-- Choose one from "Bug fix" / "New Feature" / "Breaking change" / "Internal change" --> ## Description Introduced by #1001 <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
1 parent ea8767b commit e55ac8c

5 files changed

Lines changed: 3 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ git-properties-version = "2.5.0"
3535
springboot-version = "3.5.3"
3636
springboot-dependencies-version = "1.1.7"
3737
test-logger-version = "4.0.0"
38-
git-version-plugin-version = "3.4.0"
3938

4039
[libraries]
4140
slf4j = { group = "org.slf4j", name = "slf4j-api", version.ref = "slf4j-version" }
@@ -105,4 +104,3 @@ gitProperties = { id = "com.gorylenko.gradle-git-properties", version.ref = "git
105104
springboot = { id = "org.springframework.boot", version.ref = "springboot-version" }
106105
springbootDependencies = { id = "io.spring.dependency-management", version.ref = "springboot-dependencies-version" }
107106
testLogger = { id = "com.adarshr.test-logger", version.ref = "test-logger-version" }
108-
gitVersion = { id = "com.palantir.git-version", version.ref = "git-version-plugin-version" }

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

miner/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,4 +163,5 @@ jib {
163163

164164
gitProperties {
165165
failOnNoGitDirectory = false
166+
dotGitDirectory.set(layout.settingsDirectory.dir(".git"))
166167
}

0 commit comments

Comments
 (0)