File tree Expand file tree Collapse file tree
plugins/radar-android-empatica Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 upload :
99 runs-on : ubuntu-latest
1010 permissions :
11- contents : read
11+ contents : write
1212 packages : write
1313
1414 steps :
Original file line number Diff line number Diff line change @@ -115,6 +115,9 @@ tasks.named("dependencyUpdates").configure {
115115nexusPublishing {
116116 repositories {
117117 sonatype {
118+ nexusUrl = uri(" https://ossrh-staging-api.central.sonatype.com/service/local/" )
119+ snapshotRepositoryUrl = uri(" https://central.sonatype.com/repository/maven-snapshots/" )
120+
118121 username = project. hasProperty(" ossrh.user" ) ? project. property(" ossrh.user" ) : System . getenv(" OSSRH_USER" )
119122 password = project. hasProperty(" ossrh.password" ) ? project. property(" ossrh.password" ) : System . getenv(" OSSRH_PASSWORD" )
120123 }
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ android.defaults.buildfeatures.buildconfig=true
2424# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
2525# org.gradle.parallel=true
2626
27- project_version =1.5.0
27+ project_version =1.5.3
2828
2929java_version =17
3030kotlin_version =1.9.23
You can’t perform that action at this time.
0 commit comments