Skip to content

Commit 06312c6

Browse files
luca020400luk1337
authored andcommitted
Camelot: Update gradle-generatebp to 1.25
Change-Id: Iae6a556886c2c21f17c7b539f54b7c63778e0d07
1 parent 9232e88 commit 06312c6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

app/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)