Skip to content
Snippets Groups Projects
Commit 70273d9a authored by Taras's avatar Taras
Browse files

Remove publishing

parent 1395877f
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 {
namespace 'org.futo.circles.auth'
......@@ -61,12 +60,6 @@ android {
version '3.22.1'
}
}
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}
dependencies {
......@@ -101,18 +94,4 @@ dependencies {
kapt {
correctErrorTypes = true
}
publishing {
publications {
release(MavenPublication) {
groupId = rootProject.ext.modules_groupId
artifactId = "auth-gplay"
version rootProject.ext.modules_version
afterEvaluate {
from components.gplayRelease
}
}
}
}
\ No newline at end of file
......@@ -4,8 +4,6 @@ buildscript {
min_sdk_version = 24
androidx_nav_version = '2.7.7'
hilt_version = '2.51.1'
modules_version = "1.0.9"
modules_groupId = "org.futo.gitlab.circles"
}
repositories {
google()
......
......@@ -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 {
......@@ -41,12 +40,6 @@ android {
"-opt-in=kotlinx.coroutines.ExperimentalCoroutinesApi",
]
}
publishing {
singleVariant("release") {
withSourcesJar()
withJavadocJar()
}
}
}
dependencies {
......@@ -128,18 +121,4 @@ dependencies {
kapt {
correctErrorTypes = true
}
publishing {
publications {
release(MavenPublication) {
groupId = rootProject.ext.modules_groupId
artifactId = "core"
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