File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ dependencies {
3636 implementation(" org.jetbrains.kotlinx:kotlinx-knit:${Versions .kotlinxKnit} " )
3737 implementation(" org.jetbrains.kotlinx:kover:${Versions .kotlinxKover} " )
3838
39- implementation(" org.jetbrains.reflekt:gradle-plugin:1.6.10-1-SNAPSHOT" ) {
40- isChanging = true
41- }
39+ // implementation("org.jetbrains.reflekt:gradle-plugin:1.6.10-1-SNAPSHOT") {
40+ // isChanging = true
41+ // }
4242}
4343
4444
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ fun RepositoryHandler.jitpack() {
2424}
2525
2626
27- fun RepositoryHandler.myMavenLocal (enabled : Boolean = true ) {
27+ fun RepositoryHandler.myMavenLocal (enabled : Boolean = false ) {
2828 if (enabled) {
2929 logger.lifecycle(" Maven local is enabled" )
3030 mavenLocal {
3131 content {
32- includeGroup(" org.jetbrains.reflekt" )
32+ // includeGroup("org.jetbrains.reflekt")
3333 }
3434 }
3535 }
You can’t perform that action at this time.
0 commit comments