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 34a9c2b commit 121769aCopy full SHA for 121769a
buildSrc/settings.gradle.kts
@@ -15,6 +15,10 @@ dependencyResolutionManagement {
15
repositories {
16
mavenCentral()
17
gradlePluginPortal()
18
+ maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
19
+ name = "MavenCentralSnapshots"
20
+ mavenContent { snapshotsOnly() }
21
+ }
22
}
23
24
versionCatalogs {
gradle/libs.versions.toml
@@ -10,8 +10,7 @@ kotlinx-bcv = "0.13.2"
10
gradlePluginPublishPlugin = "1.2.1"
11
shadowPlugin = "8.1.1"
12
devPublish = "0.2.0"
13
-bcvMu = "0.1.0"
14
-#bcvMu = "0.2.0-SNAPSHOT"
+bcvMu = "main-SNAPSHOT"
supportedGradleVersion = "7.6" # the minimal supported Gradle plugin version, used in functional tests
0 commit comments