Skip to content

Commit

Permalink
CLean up
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Mar 17, 2022
1 parent a7087e7 commit 183aa34
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,6 @@ dependencies {
implementation("net.lingala.zip4j:zip4j:2.9.1")
}

java {
withJavadocJar()
withSourcesJar()
}

val functionalTestSourceSet = sourceSets.create("functionalTest")
gradlePlugin.testSourceSets(functionalTestSourceSet)
configurations.getByName("functionalTestImplementation").extendsFrom(configurations.getByName("testImplementation"))
Expand Down

0 comments on commit 183aa34

Please sign in to comment.