upgrade lbry template build.gradle temp
This commit is contained in:
parent
4d2928b488
commit
dae84b3613
1 changed files with 12 additions and 12 deletions
|
@ -7,7 +7,7 @@ buildscript {
|
|||
maven { url "https://jitpack.io" }
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.6.4'
|
||||
classpath 'com.android.tools.build:gradle:7.1.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -104,17 +104,17 @@ subprojects {
|
|||
}
|
||||
}
|
||||
|
||||
nexusPublishing {
|
||||
repositories {
|
||||
sonatype {
|
||||
stagingProfileId = sonatypeStagingProfileId
|
||||
username = ossrhUsername
|
||||
password = ossrhPassword
|
||||
nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
|
||||
snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
|
||||
}
|
||||
}
|
||||
}
|
||||
//nexusPublishing {
|
||||
// repositories {
|
||||
// sonatype {
|
||||
// stagingProfileId = sonatypeStagingProfileId
|
||||
// username = ossrhUsername
|
||||
// password = ossrhPassword
|
||||
// nexusUrl.set(uri("https://s01.oss.sonatype.org/service/local/"))
|
||||
// snapshotRepositoryUrl.set(uri("https://s01.oss.sonatype.org/content/repositories/snapshots/"))
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
afterEvaluate {
|
||||
publishing {
|
||||
|
|
Loading…
Reference in a new issue