File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44 push :
55 tags :
66 - ' *.*.*'
7- -
87permissions : write-all
98
109jobs :
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ android.nonTransitiveRClass=true
2424
2525GROUP =com.segment.analytics.kotlin
2626
27- VERSION_CODE =120
28- VERSION_NAME =1.2 .0
27+ VERSION_CODE =130
28+ VERSION_NAME =1.3 .0
2929
3030POM_NAME =Analytics-Kotlin-Live
3131POM_DESCRIPTION =Enrich and modify events via OTA updates
Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ nexusPublishing {
2929 in system environments
3030 be sure to set the variable names exactly as above.
3131 */
32- sonatype()
32+ sonatype {
33+ // New Portal OSSRH Staging API endpoints
34+ nexusUrl. set(uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" ))
35+ snapshotRepositoryUrl. set(uri(" https://central.sonatype.com/repository/maven-snapshots/" ))
36+ }
3337 }
3438}
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ pluginManagement {
88dependencyResolutionManagement {
99 repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
1010 repositories {
11- mavenLocal()
1211 google()
1312 mavenCentral()
1413 }
You can’t perform that action at this time.
0 commit comments