File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ if (project.hasProperty("labSecret")) {
2323 labClientSecret = labSecret
2424}
2525
26- // java {
27- // sourceCompatibility = JavaVersion.VERSION_11
28- // targetCompatibility = JavaVersion.VERSION_11
29- // }
26+ java {
27+ sourceCompatibility = JavaVersion . VERSION_1_8
28+ targetCompatibility = JavaVersion . VERSION_1_8
29+ }
3030
3131buildSystem {
3232 desugar = false
@@ -82,17 +82,17 @@ afterEvaluate {
8282// Needed when using java 17 since reflection had been removed.
8383// Need to use these compiler arguments to allow for reflection.
8484// More information here https://stackoverflow.com/questions/74723932/java-17-reflection-issue
85- tasks. withType(JavaCompile ) {
86- options. compilerArgs + = [
87- ' --add-opens' , ' jdk.crypto.mscapi/sun.security.mscapi=ALL-UNNAMED'
88- ]
89- }
90-
91- tasks. withType(Test ) {
92- jvmArgs + = [
93- ' --add-opens' , ' jdk.crypto.mscapi/sun.security.mscapi=ALL-UNNAMED'
94- ]
95- }
85+ // tasks.withType(JavaCompile) {
86+ // options.compilerArgs += [
87+ // '--add-opens', 'jdk.crypto.mscapi/sun.security.mscapi=ALL-UNNAMED'
88+ // ]
89+ // }
90+ //
91+ // tasks.withType(Test) {
92+ // jvmArgs += [
93+ // '--add-opens', 'jdk.crypto.mscapi/sun.security.mscapi=ALL-UNNAMED'
94+ // ]
95+ // }
9696jar {
9797 manifest {
9898 attributes(' Implementation-Title' : project. name,
Original file line number Diff line number Diff line change 4747 uiAutomatorVersion = " 2.2.0"
4848 daggerVersion = " 2.31.2"
4949 daggerCompilerVersion = " 2.31.2"
50- msal4jVersion = " 1.10.0 "
50+ msal4jVersion = " 1.20.1 "
5151 moshiVersion = " 1.14.0"
5252 moshiAdaptersVersion = " 1.14.0"
5353 openpojoVersion = " 0.9.1"
You can’t perform that action at this time.
0 commit comments