Skip to content

Commit eeb3cb7

Browse files
committed
update to the latest io.github.git-commit-id:git-commit-id-plugin-core:6.2.0
1 parent e3a82dd commit eeb3cb7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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.9'
35+
implementation 'io.github.git-commit-id:git-commit-id-plugin-core:6.2.0'
3636

3737
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.3'
3838
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.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
@@ -352,6 +352,12 @@ public boolean shouldFailOnNoGitDirectory() {
352352
return getGitCommitIdPluginGitSettingsExtension()
353353
.getShouldFailOnNoGitDirectory().get();
354354
}
355+
356+
@Override
357+
public boolean isPerModuleVersions() {
358+
// TODO
359+
return false;
360+
}
355361
};
356362

357363
try {

0 commit comments

Comments
 (0)