Skip to content

Commit

Permalink
新版发布bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lihangleo2 committed Sep 9, 2023
1 parent 9bb2494 commit 3135cd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartVpageAdapterlibrary/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'maven-publish'
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'maven-publish'
}

android {
Expand Down Expand Up @@ -41,7 +41,7 @@ afterEvaluate {
publishing {
publications {
release(MavenPublication) {
// from components.release
from components.release
groupId = 'com.smart.adapter' //groupId 随便取
artifactId = 'SmartAdapter' //artifactId 随便取
version = '1.0.0'
Expand Down

0 comments on commit 3135cd4

Please sign in to comment.