File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,11 @@ ktfmt {
40
40
googleStyle()
41
41
}
42
42
43
+ java {
44
+ sourceCompatibility = JavaVersion .VERSION_1_8
45
+ targetCompatibility = JavaVersion .VERSION_1_8
46
+ }
47
+
43
48
dependencies {
44
49
// Firebase performance plugin, it should be added here because of how gradle dependency
45
50
// resolution works, otherwise it breaks Fireperf Test Apps.
@@ -59,7 +64,7 @@ dependencies {
59
64
implementation(" org.eclipse.aether:aether-transport-http:1.0.0.v20140518" )
60
65
implementation(" org.eclipse.aether:aether-transport-wagon:1.0.0.v20140518" )
61
66
implementation(" org.apache.maven:maven-aether-provider:3.1.0" )
62
-
67
+
63
68
implementation(" org.eclipse.jgit:org.eclipse.jgit:6.3.0.202209071007-r" )
64
69
65
70
implementation(" com.google.code.gson:gson:2.8.9" )
@@ -110,9 +115,3 @@ tasks.withType<Test> {
110
115
val enablePluginTests: String? by rootProject
111
116
enabled = enablePluginTests == " true"
112
117
}
113
-
114
- tasks.withType< org.jetbrains.kotlin.gradle.tasks.KotlinCompile > ().configureEach {
115
- kotlinOptions {
116
- jvmTarget = " 11"
117
- }
118
- }
You can’t perform that action at this time.
0 commit comments