Skip to content

Commit 4e8dad7

Browse files
Merge pull request #16481 from nextcloud/jtr/fix-build-unrecognized-room-schemaLocation
build(app): remove redundant room schema location from annotationProc…
2 parents ca84d82 + 655714f commit 4e8dad7

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

app/build.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,6 @@ android {
107107
buildConfigField("boolean", "CI", ciBuild.toString())
108108
buildConfigField("boolean", "RUNTIME_PERF_ANALYSIS", perfAnalysis.toString())
109109

110-
javaCompileOptions.annotationProcessorOptions {
111-
arguments += mapOf("room.schemaLocation" to "$projectDir/schemas")
112-
}
113-
114110
// arguments to be passed to functional tests
115111
testInstrumentationRunner = if (shotTest) "com.karumi.shot.ShotTestRunner"
116112
else "com.nextcloud.client.TestRunner"

0 commit comments

Comments
 (0)