File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ allprojects {
17
17
18
18
dependencies {
19
19
classpath ' com.android.tools.build:gradle:8.9.0'
20
- classpath ' com.vanniktech:gradle-maven-publish-plugin:0.31 .0'
20
+ classpath ' com.vanniktech:gradle-maven-publish-plugin:0.34 .0'
21
21
}
22
22
23
23
}
Original file line number Diff line number Diff line change @@ -56,10 +56,8 @@ dependencies {
56
56
androidTestImplementation ' org.json:json:20250107'
57
57
}
58
58
59
- import com.vanniktech.maven.publish.SonatypeHost
60
-
61
59
mavenPublishing {
62
- publishToMavenCentral(SonatypeHost . DEFAULT )
60
+ publishToMavenCentral()
63
61
signAllPublications()
64
62
65
63
coordinates(" org.pytorch" , " executorch-android" , " 0.7.0" )
@@ -94,6 +92,6 @@ mavenPublishing {
94
92
95
93
repositories {
96
94
maven {
97
- url " https://oss .sonatype.org/content/repositories/ snapshots"
95
+ url " https://central .sonatype.com/repository/maven- snapshots/ "
98
96
}
99
97
}
You can’t perform that action at this time.
0 commit comments