File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,8 @@ configure<GenerateBpPluginExtension> {
7777
7878 module.group.startsWith(" org.jetbrains" ) -> true
7979 module.group == " com.google.android.material" -> true
80- module.group == " com.google.auto.value" -> true
81- module.group == " com.google.code.findbugs" -> true
8280 module.group == " com.google.errorprone" -> true
8381 module.group == " com.google.guava" -> true
84- module.group == " junit" -> true
8582 else -> false
8683 }
8784 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ pluginManagement {
1414 }
1515 mavenCentral()
1616 gradlePluginPortal()
17- maven(" https://raw.githubusercontent.com/lineage-next/gradle-generatebp/v1.21 /.m2" )
17+ maven(" https://raw.githubusercontent.com/lineage-next/gradle-generatebp/v1.25 /.m2" )
1818 }
1919}
2020
You can’t perform that action at this time.
0 commit comments