Skip to content

Commit

Permalink
Remove maven publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Feb 27, 2021
1 parent 59bf42c commit 1642915
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions library/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'maven-publish'
}

android {
Expand Down Expand Up @@ -39,36 +38,3 @@ dependencies {
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
}

publishing {
publications {
mavenJava(MavenPublication) {
groupId = 'com.artemchep.bindin'
artifactId = 'bindin'
version = project.version

pom {
name = 'bindin'
url = 'https://github.com/AChep/bindin'
licenses {
license {
name = 'The Apache License, Version 2.0'
url = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
}
}
developers {
developer {
id = 'AChep'
name = 'Artem Chepurnoy'
email = 'artemchep@gmail.com'
}
}
scm {
connection = 'scm:git:git://github.com/AChep/bindin.git'
developerConnection = 'scm:git:ssh://github.com/AChep/bindin.git'
url = 'https://github.com/AChep/bindin'
}
}
}
}
}

0 comments on commit 1642915

Please sign in to comment.