Skip to content

Commit

Permalink
fix: mavencentral setup commented
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham committed Nov 12, 2021
1 parent c66fe3b commit df09f2c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:7.0.3'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}"
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1'
// classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotlin.code.style=official

GROUP=io.github.a914-gowtham
POM_ARTIFACT_ID=compose-ratingbar
VERSION_NAME=1.1.1
VERSION_NAME=1.1.2

systemProp.org.gradle.internal.publish.checksums.insecure=true

Expand Down
6 changes: 4 additions & 2 deletions ratingbar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'com.vanniktech.maven.publish'
// id 'com.vanniktech.maven.publish'
id 'maven-publish'
}

Expand All @@ -13,19 +13,21 @@ afterEvaluate {
from components.release
groupId = 'com.gowtham.composeratingbar'
artifactId = 'compose-ratingbar'
version = '1.1.1'
version = '1.1.2'
}
}
}
}

/*
allprojects {
plugins.withId("com.vanniktech.maven.publish") {
mavenPublish {
sonatypeHost = "S01"
}
}
}
*/

android {
compileSdkVersion 31
Expand Down

0 comments on commit df09f2c

Please sign in to comment.