Skip to content

Commit

Permalink
build.gradle: Removed duplicate artifacts which were already added by…
Browse files Browse the repository at this point in the history
… Gradle plugin.
  • Loading branch information
gawi committed Jul 15, 2019
1 parent 9562673 commit a675d08
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ configure(javaProjects) {
artifacts {
archives javadocJar
archives sourcesJar
archives jar
}
}

Expand Down
1 change: 0 additions & 1 deletion rivr-voicexml-dialogue-runner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ task javadocJar(type: Jar, dependsOn: javadoc) {
artifacts {
archives javadocJar
archives sourcesJar
archives war
}

uploadArchives {
Expand Down

0 comments on commit a675d08

Please sign in to comment.