Skip to content
Snippets Groups Projects
Commit 1ad14071 authored by Taras's avatar Taras
Browse files

Remove publish from gallery

parent ba99345a
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ apply plugin: 'org.jetbrains.kotlin.android'
apply plugin: 'androidx.navigation.safeargs.kotlin'
apply plugin: 'kotlin-kapt'
apply plugin: 'dagger.hilt.android.plugin'
apply plugin: 'maven-publish'
android {
......@@ -39,12 +38,6 @@ android {
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
]
}
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}
dependencies {
......@@ -65,19 +58,4 @@ dependencies {
kapt {
correctErrorTypes = true
}
publishing {
publications {
release(MavenPublication) {
groupId = rootProject.ext.modules_groupId
artifactId = "gallery"
version rootProject.ext.modules_version
afterEvaluate {
from components.release
}
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment