Skip to content

Commit

Permalink
fix cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 21, 2023
1 parent dfbb39d commit b43fc5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
dependencies {
// vanniktech 发布插件
classpath 'com.vanniktech:gradle-maven-publish-plugin:0.25.3'
// Kotlin Javadoc,非必须
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.6.20"
}
}
plugins {
id 'com.android.application' version '8.0.2' apply false
id 'com.android.library' version '8.0.2' apply false
Expand Down
1 change: 1 addition & 0 deletions lib/widget/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'com.android.library'
id 'org.jetbrains.kotlin.android'
id 'com.vanniktech.maven.publish'
}

android {
Expand Down
4 changes: 4 additions & 0 deletions lib/widget/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#
POM_ARTIFACT_ID=lib_widget
VERSION_NAME=1.0.2
SONATYPE_AUTOMATIC_RELEASE=true

0 comments on commit b43fc5a

Please sign in to comment.