Skip to content

Commit 22e5fb9

Browse files
committed
Update publish-to-s3 Gradle plugin to 0.8.0
1 parent 09cf968 commit 22e5fb9

File tree

7 files changed

+1
-7
lines changed

7 files changed

+1
-7
lines changed

aztec/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ project.afterEvaluate {
8282

8383
groupId "org.wordpress"
8484
artifactId "aztec"
85-
artifact tasks.named("androidSourcesJar")
8685
// version is set by 'publish-to-s3' plugin
8786
}
8887
}

glide-loader/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ project.afterEvaluate {
3535

3636
groupId "org.wordpress.aztec"
3737
artifactId "glide-loader"
38-
artifact tasks.named("androidSourcesJar")
3938
// version is set by 'publish-to-s3' plugin
4039
}
4140
}

media-placeholders/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ project.afterEvaluate {
5151

5252
groupId "org.wordpress.aztec"
5353
artifactId "media-placeholders"
54-
artifact tasks.named("androidSourcesJar")
5554
// version is set by 'publish-to-s3' plugin
5655
}
5756
}

picasso-loader/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ project.afterEvaluate {
3939

4040
groupId "org.wordpress.aztec"
4141
artifactId "picasso-loader"
42-
artifact tasks.named("androidSourcesJar")
4342
// version is set by 'publish-to-s3' plugin
4443
}
4544
}

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginManagement {
22
gradle.ext.kotlinVersion = '1.6.10'
33
gradle.ext.agpVersion = '8.0.2'
4-
gradle.ext.automatticPublishToS3Version = '0.7.0'
4+
gradle.ext.automatticPublishToS3Version = '0.8.0'
55

66
plugins {
77
id "com.android.library" version gradle.ext.agpVersion

wordpress-comments/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ project.afterEvaluate {
5454

5555
groupId "org.wordpress.aztec"
5656
artifactId "wordpress-comments"
57-
artifact tasks.named("androidSourcesJar")
5857
// version is set by 'publish-to-s3' plugin
5958
}
6059
}

wordpress-shortcodes/build.gradle

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ project.afterEvaluate {
5151

5252
groupId "org.wordpress.aztec"
5353
artifactId "wordpress-shortcodes"
54-
artifact tasks.named("androidSourcesJar")
5554
// version is set by 'publish-to-s3' plugin
5655
}
5756
}

0 commit comments

Comments
 (0)