We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802f794 commit 618c0aeCopy full SHA for 618c0ae
contentstack/build.gradle
@@ -17,6 +17,7 @@ android {
17
vectorDrawables.useSupportLibrary = true
18
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
19
}
20
+
21
compileOptions {
22
sourceCompatibility JavaVersion.VERSION_1_8
23
targetCompatibility JavaVersion.VERSION_1_8
scripts/publish-module.gradle
@@ -42,7 +42,7 @@ afterEvaluate {
42
artifactId = PUBLISH_ARTIFACT_ID
43
version = PUBLISH_VERSION
44
if (project.plugins.findPlugin("com.android.library")) {
45
- from components.release
+ //from components.release
46
} else {
47
artifact("$buildDir/libs/${project.getName()}-${version}.jar")
48
0 commit comments