Skip to content

Commit

Permalink
Update dependency name.remal.gradle-plugins.toolkit:build-logic to v0…
Browse files Browse the repository at this point in the history
….68.0
  • Loading branch information
renovate[bot] authored Nov 23, 2024
1 parent b9fdd59 commit d4875ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/template-cleanup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
String rootSnapshotVersion = project.ext.rootSnapshotVersion = '1-SNAPSHOT'
dependencies {
//classpath("$rootGroupId:$rootArtifactId:$rootSnapshotVersion") { version { strictly(rootSnapshotVersion) } }
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.67.1'
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.68.0'
}
repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
String rootSnapshotVersion = project.ext.rootSnapshotVersion = '1-SNAPSHOT'
dependencies {
//classpath("$rootGroupId:$rootArtifactId:$rootSnapshotVersion") { version { strictly(rootSnapshotVersion) } }
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.67.1'
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.68.0'
}
repositories {
mavenCentral()
Expand Down

0 comments on commit d4875ba

Please sign in to comment.