File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
plugins/stage-vote-release-plugin Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ buildscript {
41
41
val version = findProperty(" released.version" )
42
42
classpath(" com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:$version " )
43
43
}
44
+ classpath(" org.ajoberstar.grgit:grgit-gradle:4.1.1" )
44
45
}
45
46
}
46
47
Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ dependencies {
20
20
implementation(project(" :plugins:license-gather-plugin" ))
21
21
implementation(project(" :plugins:gradle-extensions-plugin" ))
22
22
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" )
25
25
implementation(" de.marcphilipp.gradle:nexus-publish-plugin:0.4.0" )
26
26
implementation(" io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2" )
27
27
}
You can’t perform that action at this time.
0 commit comments