Skip to content

Commit 4f875aa

Browse files
committed
bump io.github.git-commit-id:git-commit-id-plugin-core from 6.0.0-rc.5 to 6.0.0-rc.8
1 parent b5b8640 commit 4f875aa

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ext {
3232

3333
dependencies {
3434
implementation gradleApi()
35-
implementation 'io.github.git-commit-id:git-commit-id-plugin-core:6.0.0-rc.5'
35+
implementation 'io.github.git-commit-id:git-commit-id-plugin-core:6.0.0-rc.8'
3636

3737
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'

src/main/java/io/github/git/commit/id/gradle/plugin/GitCommitIdPluginGenerationTask.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,12 @@ public boolean shouldPropertiesEscapeUnicode() {
342342
return getGitCommitIdPluginOutputSettingsExtension()
343343
.getShouldEscapedUnicodeForPropertiesOutput().get();
344344
}
345+
346+
@Override
347+
public boolean shouldFailOnNoGitDirectory() {
348+
return getGitCommitIdPluginGitSettingsExtension()
349+
.getShouldFailOnNoGitDirectory().get();
350+
}
345351
};
346352

347353
try {

0 commit comments

Comments
 (0)