Skip to content

Commit

Permalink
Fix circular task dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
serpro69 committed Sep 10, 2024
1 parent d27234d commit 5f08b1d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions buildSrc/src/main/kotlin/faker-kotlin-conventions.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@ tasks.withType<Jar> {
}
}

tasks {
getByName(integrationTest.name).dependsOn(test)
jar { dependsOn(integrationTest) }
}

tasks.withType<DokkaTask>().configureEach {
onlyIf("Not dev") { !isDev.get() }
onlyIf("Release or snapshot") { isRelease.get() || isSnapshot.get() }
Expand Down

0 comments on commit 5f08b1d

Please sign in to comment.