File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
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 @@ -58,13 +58,11 @@ dependencies {
58
58
androidTestImplementation ' org.jetbrains.kotlin:kotlin-test:1.9.23'
59
59
}
60
60
61
- import com.vanniktech.maven.publish.SonatypeHost
62
-
63
61
mavenPublishing {
64
- publishToMavenCentral(SonatypeHost . DEFAULT )
62
+ publishToMavenCentral()
65
63
signAllPublications()
66
64
67
- coordinates(" org.pytorch" , " executorch-android" , " 0.7.0" )
65
+ coordinates(" org.pytorch" , " executorch-android" , " 0.7.0-SNAPSHOT " )
68
66
69
67
pom {
70
68
name = " ExecuTorch Android"
@@ -96,6 +94,6 @@ mavenPublishing {
96
94
97
95
repositories {
98
96
maven {
99
- url " https://oss .sonatype.org/content/repositories/ snapshots"
97
+ url " https://central .sonatype.com/repository/maven- snapshots/ "
100
98
}
101
99
}
You can’t perform that action at this time.
0 commit comments