Skip to content

Commit ac77099

Browse files
Update dependency name.remal.gradle-plugins.toolkit:build-logic to v0.72.4 (#375)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 014d35e commit ac77099

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
String rootSnapshotVersion = project.ext.rootSnapshotVersion = '3-SNAPSHOT'
77
dependencies {
88
//classpath("$rootGroupId:$rootArtifactId:$rootSnapshotVersion") { version { strictly(rootSnapshotVersion) } }
9-
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.3'
9+
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.4'
1010
}
1111
repositories {
1212
mavenCentral()

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
dependencies {
5-
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.3'
5+
classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.4'
66
}
77
repositories {
88
mavenCentral()

0 commit comments

Comments
 (0)