Skip to content

Commit

Permalink
Update publish-to-s3 Gradle plugin to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzkocer committed Jul 21, 2023
1 parent 4c00ff8 commit bd87723
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
gradle.ext.agpVersion = '8.0.2'
gradle.ext.automatticPublishToS3Version = '0.7.0'
gradle.ext.automatticPublishToS3Version = '0.8.0'

plugins {
id "com.android.application" version gradle.ext.agpVersion
Expand Down
7 changes: 0 additions & 7 deletions wellsql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ android {
lint {
disable 'ExpiredTargetSdkVersion'
}
publishing {
singleVariant('release') {
withSourcesJar()
withJavadocJar()
}
}
}

dependencies {
Expand All @@ -42,7 +36,6 @@ project.afterEvaluate {

groupId "org.wordpress"
artifactId "wellsql"
artifact tasks.named("androidSourcesJar") // This task is added by 'publish-to-s3' plugin
// version is set by 'publish-to-s3' plugin
}
}
Expand Down

0 comments on commit bd87723

Please sign in to comment.