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 6813bc6 commit 856c492Copy full SHA for 856c492
settings.gradle.kts
@@ -1,17 +1,6 @@
1
// 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
13
plugins {
14
- id("org.hiero.gradle.build") version "0.6.1-SNAPSHOT"
+ id("org.hiero.gradle.build") version "0.6.1"
15
id("com.hedera.pbj.pbj-compiler") version "0.12.2" apply false
16
}
17
0 commit comments