Skip to content

Commit 856c492

Browse files
committed
build: use 0.6.1 version of plugins
Signed-off-by: Jendrik Johannes <[email protected]>
1 parent 6813bc6 commit 856c492

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

settings.gradle.kts

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
2-
pluginManagement {
3-
repositories {
4-
gradlePluginPortal()
5-
maven("https://central.sonatype.com/repository/maven-snapshots")
6-
}
7-
}
8-
9-
buildscript {
10-
// configurations.classpath { resolutionStrategy.cacheChangingModulesFor(0, "seconds") }
11-
}
12-
132
plugins {
14-
id("org.hiero.gradle.build") version "0.6.1-SNAPSHOT"
3+
id("org.hiero.gradle.build") version "0.6.1"
154
id("com.hedera.pbj.pbj-compiler") version "0.12.2" apply false
165
}
176

0 commit comments

Comments
 (0)