File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ dependencies {
36
36
implementation(" org.jetbrains.kotlinx:kotlinx-knit:${Versions .kotlinxKnit} " )
37
37
implementation(" org.jetbrains.kotlinx:kover:${Versions .kotlinxKover} " )
38
38
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
+ // }
42
42
}
43
43
44
44
Original file line number Diff line number Diff line change @@ -24,12 +24,12 @@ fun RepositoryHandler.jitpack() {
24
24
}
25
25
26
26
27
- fun RepositoryHandler.myMavenLocal (enabled : Boolean = true ) {
27
+ fun RepositoryHandler.myMavenLocal (enabled : Boolean = false ) {
28
28
if (enabled) {
29
29
logger.lifecycle(" Maven local is enabled" )
30
30
mavenLocal {
31
31
content {
32
- includeGroup(" org.jetbrains.reflekt" )
32
+ // includeGroup("org.jetbrains.reflekt")
33
33
}
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments