mirror of
https://github.com/AdrianKuta/Tree-Data-Structure.git
synced 2025-07-01 15:27:58 +02:00
Fixed project gradle settings.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
task androidSourcesJar(type: Jar) {
|
||||
classifier = 'sources'
|
||||
archiveClassifier.set("sources")
|
||||
from android.sourceSets.main.java.source
|
||||
}
|
||||
|
||||
@ -36,6 +36,13 @@ if (secretPropsFile.exists()) {
|
||||
ext["ossrhPassword"] = System.getenv('OSSRH_PASSWORD')
|
||||
}
|
||||
|
||||
nexusStaging {
|
||||
packageGroup = PUBLISH_GROUP_ID
|
||||
stagingProfileId = '2097bad464f778'
|
||||
username = ossrhUsername
|
||||
password = ossrhPassword
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
release(MavenPublication) {
|
||||
|
Reference in New Issue
Block a user