mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 12:23:58 +01:00
parent
988b83dc32
commit
c9dfc03a20
122 changed files with 328 additions and 287 deletions
|
|
@ -22,3 +22,8 @@ allprojects {
|
|||
maven { url "https://maven.google.com" }
|
||||
}
|
||||
}
|
||||
subprojects{
|
||||
tasks.withType(Test).configureEach{
|
||||
jvmArgs = jvmArgs + ['--add-opens=java.base/java.lang=ALL-UNNAMED']
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue