Skip to content

Commit 7ad27d3

Browse files
wip: clean up
1 parent 0d44548 commit 7ad27d3

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

android-sdk/build.gradle

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,13 @@ android {
3535
testOptions {
3636
unitTests.returnDefaultValues = true
3737
unitTests.all {
38-
jvmArgs = ["--illegal-access=debug",
39-
"--add-opens","java.logging/java.util.logging=ALL-UNNAMED",
40-
"--add-opens","java.base/java.time.zone=ALL-UNNAMED",
38+
jvmArgs = [
4139
"--add-opens","java.base/java.lang.reflect=ALL-UNNAMED",
42-
"--add-opens","java.base/java.security.cert=ALL-UNNAMED",
43-
"--add-opens","java.base/java.text=ALL-UNNAMED",
44-
"--add-opens","java.base/java.nio.charset=ALL-UNNAMED",
45-
"--add-opens","java.base/java.nio.file=ALL-UNNAMED",
46-
"--add-opens","java.base/sun.nio.fs=ALL-UNNAMED",
47-
"--add-opens","java.base/sun.security.x509=ALL-UNNAMED",
48-
"--add-opens","java.base/java.util.regex=ALL-UNNAMED",
49-
"--add-opens","java.base/java.util.stream=ALL-UNNAMED",
5040
"--add-opens","java.base/java.util.concurrent=ALL-UNNAMED",
51-
"--add-opens","java.base/java.util.concurrent.atomic=ALL-UNNAMED",
5241
"--add-opens","java.base/java.util.concurrent.locks=ALL-UNNAMED",
53-
"--add-opens","java.base/java.time=ALL-UNNAMED",
5442
"--add-opens","java.base/java.util=ALL-UNNAMED",
55-
"--add-opens","java.base/java.io=ALL-UNNAMED",
56-
"--add-opens","java.base/java.lang=ALL-UNNAMED"]
43+
"--add-opens","java.base/java.lang=ALL-UNNAMED"
44+
]
5745
}
5846
}
5947
buildTypes {

build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -265,11 +265,6 @@ project(':event-handler').ship.shouldRunAfter = [':event-handler:clean', ':share
265265
project(':shared').ship.shouldRunAfter = [':shared:clean']
266266
project(':user-profile').ship.shouldRunAfter = [':user-profile:clean', ':shared:ship']
267267
project(':odp').ship.shouldRunAfter = [':odp:clean', ':shared:ship']
268-
subprojects{
269-
tasks.withType(Test).configureEach{
270-
jvmArgs = jvmArgs + ['--add-opens=java.base/java.lang=ALL-UNNAMED']
271-
}
272-
}
273268

274269
// standard POM format required by MavenCentral
275270

0 commit comments

Comments
 (0)