File tree 7 files changed +1
-7
lines changed
7 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ project.afterEvaluate {
82
82
83
83
groupId " org.wordpress"
84
84
artifactId " aztec"
85
- artifact tasks. named(" androidSourcesJar" )
86
85
// version is set by 'publish-to-s3' plugin
87
86
}
88
87
}
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ project.afterEvaluate {
35
35
36
36
groupId " org.wordpress.aztec"
37
37
artifactId " glide-loader"
38
- artifact tasks. named(" androidSourcesJar" )
39
38
// version is set by 'publish-to-s3' plugin
40
39
}
41
40
}
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ project.afterEvaluate {
51
51
52
52
groupId " org.wordpress.aztec"
53
53
artifactId " media-placeholders"
54
- artifact tasks. named(" androidSourcesJar" )
55
54
// version is set by 'publish-to-s3' plugin
56
55
}
57
56
}
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ project.afterEvaluate {
39
39
40
40
groupId " org.wordpress.aztec"
41
41
artifactId " picasso-loader"
42
- artifact tasks. named(" androidSourcesJar" )
43
42
// version is set by 'publish-to-s3' plugin
44
43
}
45
44
}
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
gradle. ext. kotlinVersion = ' 1.6.10'
3
3
gradle. ext. agpVersion = ' 8.0.2'
4
- gradle. ext. automatticPublishToS3Version = ' 0.7 .0'
4
+ gradle. ext. automatticPublishToS3Version = ' 0.8 .0'
5
5
6
6
plugins {
7
7
id " com.android.library" version gradle. ext. agpVersion
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ project.afterEvaluate {
54
54
55
55
groupId " org.wordpress.aztec"
56
56
artifactId " wordpress-comments"
57
- artifact tasks. named(" androidSourcesJar" )
58
57
// version is set by 'publish-to-s3' plugin
59
58
}
60
59
}
Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ project.afterEvaluate {
51
51
52
52
groupId " org.wordpress.aztec"
53
53
artifactId " wordpress-shortcodes"
54
- artifact tasks. named(" androidSourcesJar" )
55
54
// version is set by 'publish-to-s3' plugin
56
55
}
57
56
}
You can’t perform that action at this time.
0 commit comments