File tree Expand file tree Collapse file tree 4 files changed +17
-4
lines changed
transformations-face-detection Expand file tree Collapse file tree 4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ org.gradle.jvmargs=-Xmx4g
44android.useAndroidX =true
55
66GROUP =com.commit451.coiltransformations
7- # Overwritten by CI
8- VERSION_NAME =0.0.1
97
108POM_NAME =Transformations for Coil
119POM_DESCRIPTION =Various transformations for Coil
@@ -24,5 +22,5 @@ POM_DEVELOPER_ID=Commit451
2422POM_DEVELOPER_NAME =Commit 451
2523POM_DEVELOPER_URL =https://github.com/Commit451/
2624
27- SONATYPE_HOST = S01
28- RELEASE_SIGNING_ENABLED = true
25+ # Overwritten by CI
26+ VERSION_NAME = 0.0.1
Original file line number Diff line number Diff line change 11import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
2+ import com.vanniktech.maven.publish.SonatypeHost
23
34plugins {
45 alias(libs.plugins.com.android.library)
@@ -32,4 +33,8 @@ mavenPublishing {
3233 publishJavadocJar = true ,
3334 )
3435 )
36+ publishToMavenCentral(SonatypeHost .S01 )
37+ if (System .getenv(" RELEASE_SIGNING_ENABLED" ) == " true" ) {
38+ signAllPublications()
39+ }
3540}
Original file line number Diff line number Diff line change 11import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
2+ import com.vanniktech.maven.publish.SonatypeHost
23
34plugins {
45 alias(libs.plugins.com.android.library)
@@ -32,4 +33,8 @@ mavenPublishing {
3233 publishJavadocJar = true ,
3334 )
3435 )
36+ publishToMavenCentral(SonatypeHost .S01 )
37+ if (System .getenv(" RELEASE_SIGNING_ENABLED" ) == " true" ) {
38+ signAllPublications()
39+ }
3540}
Original file line number Diff line number Diff line change 11import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
2+ import com.vanniktech.maven.publish.SonatypeHost
23
34plugins {
45 alias(libs.plugins.com.android.library)
@@ -32,4 +33,8 @@ mavenPublishing {
3233 publishJavadocJar = true ,
3334 )
3435 )
36+ publishToMavenCentral(SonatypeHost .S01 )
37+ if (System .getenv(" RELEASE_SIGNING_ENABLED" ) == " true" ) {
38+ signAllPublications()
39+ }
3540}
You can’t perform that action at this time.
0 commit comments