Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ buildscript {
val version = findProperty("released.version")
classpath("com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:$version")
}
classpath("org.ajoberstar.grgit:grgit-gradle:4.1.1")
}
}

Expand Down
1 change: 1 addition & 0 deletions checksum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<trusted-key id='efe8086f9e93774e' group='junit' />
<trusted-key id='098a31f381819057' group='net.sourceforge.nekohtml' />
<trusted-key id='c84125c13bf6f2f2' group='org.ajoberstar.grgit' />
<trusted-key id='ee8ecbbbc188fd5d' group='org.ajoberstar.grgit' />
<trusted-key id='6b1b008864323b92' group='org.antlr' />
<trusted-key id='9daadc1c9fcc82d0' group='org.apache.commons' />
<trusted-key id='7c25280eae63ebe5' group='org.apache.httpcomponents' />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class JandexPluginTest : BaseGradleTest() {
add(arguments("7.0", ConfigurationCache.ON))
add(arguments("7.4.2", ConfigurationCache.ON))
// Configuration cache supports custom caches since 7.5 only: https://github.com/gradle/gradle/issues/14874
add(arguments("7.5-20220421031748+0000", ConfigurationCache.ON))
add(arguments("7.5.1", ConfigurationCache.ON))
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions plugins/stage-vote-release-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies {
implementation(project(":plugins:license-gather-plugin"))
implementation(project(":plugins:gradle-extensions-plugin"))
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
implementation("org.ajoberstar.grgit:grgit-gradle:4.0.1")
implementation("org.ajoberstar.grgit:grgit-core:4.0.1")
implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
implementation("de.marcphilipp.gradle:nexus-publish-plugin:0.4.0")
implementation("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2")
}