Skip to content

Commit 727e04e

Browse files
Add Groovy XML dependency for OSS license plugin
1 parent 98e33b3 commit 727e04e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

build.gradle

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
buildscript {
2+
repositories {
3+
google()
4+
mavenCentral()
5+
}
6+
dependencies {
7+
// The oss-licenses Gradle plugin still relies on XmlSlurper from groovy-xml when
8+
// running on recent Gradle versions, so we provide it explicitly on the classpath.
9+
classpath 'org.codehaus.groovy:groovy-xml:3.0.19'
10+
}
11+
}
12+
113
plugins {
214
alias(libs.plugins.androidApplication) apply false
315
alias(libs.plugins.googleServices) apply false

0 commit comments

Comments
 (0)