You've already forked RekomenciMobile
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
||||
import org.gradle.api.tasks.compile.JavaCompile
|
||||
|
||||
plugins {
|
||||
alias(libs.plugins.androidApplication)
|
||||
@@ -69,13 +68,6 @@ android {
|
||||
freeCompilerArgs = listOf("-XXLanguage:+PropertyParamAnnotationDefaultTargetMode")
|
||||
}
|
||||
}
|
||||
|
||||
// Disable Java compilation for unit tests since we only use Kotlin
|
||||
tasks.withType<JavaCompile>().configureEach {
|
||||
if (name.contains("UnitTest")) {
|
||||
enabled = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -18,10 +18,3 @@ buildscript {
|
||||
classpath(libs.google.services.gmc)
|
||||
}
|
||||
}
|
||||
|
||||
// Configure Java toolchain
|
||||
java {
|
||||
toolchain {
|
||||
languageVersion.set(JavaLanguageVersion.of(21))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user