We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 014d35e commit ac77099Copy full SHA for ac77099
build.gradle
@@ -6,7 +6,7 @@ buildscript {
6
String rootSnapshotVersion = project.ext.rootSnapshotVersion = '3-SNAPSHOT'
7
dependencies {
8
//classpath("$rootGroupId:$rootArtifactId:$rootSnapshotVersion") { version { strictly(rootSnapshotVersion) } }
9
- classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.3'
+ classpath 'name.remal.gradle-plugins.toolkit:build-logic:0.72.4'
10
}
11
repositories {
12
mavenCentral()
buildSrc/build.gradle
@@ -2,7 +2,7 @@
2
3
buildscript {
4
5
0 commit comments