Skip to content

Commit cedd173

Browse files
Fix github package publishing for the watch face format library. (#87)
1 parent 97ad5c0 commit cedd173

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

third_party/wff/specification/validator/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616
apply plugin: 'java-library'
1717

18-
def baseVersion="1.5.0"
18+
def baseVersion="1.5.1"
1919
def baseArchivesName="wff-validator"
2020

2121
dependencies {
@@ -36,6 +36,8 @@ tasks.register("bundleDocs", Zip) {
3636
compileJava.dependsOn(bundleDocs)
3737

3838
jar {
39+
exclude("META-INF/maven/**")
40+
3941
from {
4042
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
4143
}

0 commit comments

Comments
 (0)