Skip to content

Commit 618c0ae

Browse files
feat: [CS-37836] includeMetadata, Azure-EU and General Fixes
1 parent 802f794 commit 618c0ae

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

contentstack/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ android {
1717
vectorDrawables.useSupportLibrary = true
1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1919
}
20+
2021
compileOptions {
2122
sourceCompatibility JavaVersion.VERSION_1_8
2223
targetCompatibility JavaVersion.VERSION_1_8

scripts/publish-module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ afterEvaluate {
4242
artifactId = PUBLISH_ARTIFACT_ID
4343
version = PUBLISH_VERSION
4444
if (project.plugins.findPlugin("com.android.library")) {
45-
from components.release
45+
//from components.release
4646
} else {
4747
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
4848
}

0 commit comments

Comments
 (0)