Skip to content

Commit

Permalink
[ci skip-compare-publications] trigger a new publish since the jar fi…
Browse files Browse the repository at this point in the history
…les missed in the last published folder (#10)
  • Loading branch information
kxu1026 authored Jul 31, 2020
1 parent a07c143 commit 501c51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions coral-hive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ dependencies {
testCompile deps.'kryo'
}

def pomPath = "$buildDir/${name}.pom"

artifacts {
archives file: file(pomPath), name: "$name", type: "pom"
archives jar, javadocJar, sourcesJar
}
3 changes: 0 additions & 3 deletions coral-presto/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ dependencies {
testCompile deps.'kryo'
}

def pomPath = "$buildDir/${name}.pom"

artifacts {
archives file: file(pomPath), name: "$name", type: "pom"
archives jar, javadocJar, sourcesJar
}

0 comments on commit 501c51e

Please sign in to comment.