Skip to content

Commit 388d6cd

Browse files
committed
Build: Remove compile options configuration from editor libs module
There is no other such 'compileOptions' configuration on any other 'libs' related module, only on the 'apps' related 'WordPress' module. As such, this configuration on the 'editor' related libs module seems redundant and thus removed.
1 parent ae6d875 commit 388d6cd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/editor/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ android {
4141
minSdkVersion rootProject.minSdkVersion
4242
targetSdkVersion rootProject.targetSdkVersion
4343
}
44-
compileOptions {
45-
sourceCompatibility JavaVersion.VERSION_1_8
46-
targetCompatibility JavaVersion.VERSION_1_8
47-
}
4844

4945
// Avoid 'duplicate files during packaging of APK' errors
5046
packagingOptions {

0 commit comments

Comments
 (0)