Skip to content

Commit 121769a

Browse files
authored
use bcv-mu snapshot version (#20)
1 parent 34a9c2b commit 121769a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

buildSrc/settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ dependencyResolutionManagement {
1515
repositories {
1616
mavenCentral()
1717
gradlePluginPortal()
18+
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") {
19+
name = "MavenCentralSnapshots"
20+
mavenContent { snapshotsOnly() }
21+
}
1822
}
1923

2024
versionCatalogs {

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ kotlinx-bcv = "0.13.2"
1010
gradlePluginPublishPlugin = "1.2.1"
1111
shadowPlugin = "8.1.1"
1212
devPublish = "0.2.0"
13-
bcvMu = "0.1.0"
14-
#bcvMu = "0.2.0-SNAPSHOT"
13+
bcvMu = "main-SNAPSHOT"
1514

1615
supportedGradleVersion = "7.6" # the minimal supported Gradle plugin version, used in functional tests
1716

0 commit comments

Comments
 (0)