Skip to content

Commit 92055e3

Browse files
authored
vanniktech: fix javadoc dependency (#177)
1 parent fd41055 commit 92055e3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

build.gradle

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ description = 'Java bindings for H3, a hierarchical hexagonal geospatial indexin
2727
java {
2828
sourceCompatibility = JavaVersion.VERSION_1_8
2929
targetCompatibility = JavaVersion.VERSION_1_8
30-
withJavadocJar()
31-
withSourcesJar()
3230
}
3331

3432
repositories {
@@ -116,10 +114,6 @@ jar {
116114
duplicatesStrategy = DuplicatesStrategy.WARN
117115
}
118116

119-
sourcesJar {
120-
dependsOn buildH3
121-
}
122-
123117
mavenPublishing {
124118
coordinates(project.group, "h3", project.version)
125119

@@ -163,3 +157,7 @@ mavenPublishing {
163157

164158
signAllPublications()
165159
}
160+
161+
sourcesJar {
162+
dependsOn buildH3
163+
}

0 commit comments

Comments
 (0)