Skip to content

Commit

Permalink
Add Core as artifact...
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianoBolla-Appwise committed Dec 12, 2022
1 parent 7ac6260 commit f60806a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,20 @@ dependencies {
implementation 'cat.ereza:customactivityoncrash:2.4.0'
}

task sourceJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
classifier "sources"
}

afterEvaluate {
publishing {
publications {
release(MavenPublication) {
from components.release

groupId = 'com.github.appwise-labs'

artifact(sourceJar)
}
}
}
Expand Down

0 comments on commit f60806a

Please sign in to comment.