Skip to content

Commit f6a557e

Browse files
committed
Add checksum for grgit
1 parent 45865c3 commit f6a557e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ buildscript {
4141
val version = findProperty("released.version")
4242
classpath("com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:$version")
4343
}
44+
classpath("org.ajoberstar.grgit:grgit-gradle:4.1.1")
4445
}
4546
}
4647

plugins/stage-vote-release-plugin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ dependencies {
2020
implementation(project(":plugins:license-gather-plugin"))
2121
implementation(project(":plugins:gradle-extensions-plugin"))
2222
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
23-
implementation("org.ajoberstar.grgit:grgit-gradle:4.0.1")
24-
implementation("org.ajoberstar.grgit:grgit-core:4.0.1")
23+
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
24+
implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
2525
implementation("de.marcphilipp.gradle:nexus-publish-plugin:0.4.0")
2626
implementation("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2")
2727
}

0 commit comments

Comments
 (0)