Skip to content

Commit

Permalink
Merge pull request #43 from projects-coco/fix/publishing-setting
Browse files Browse the repository at this point in the history
Remove testFixturesJar artifact configurations
  • Loading branch information
clroot authored Dec 26, 2024
2 parents c1818bb + 2d5aa90 commit 14053f9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion application/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ publishing {
version = rootProject.version.toString()
from(components["java"])
artifact(tasks["sourcesJar"])
artifact(tasks["testFixturesJar"])
}
}
}
1 change: 0 additions & 1 deletion core-utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ publishing {
version = rootProject.version.toString()
from(components["java"])
artifact(tasks["sourcesJar"])
artifact(tasks["testFixturesJar"])
}
}
}
1 change: 0 additions & 1 deletion domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ publishing {
version = rootProject.version.toString()
from(components["java"])
artifact(tasks["sourcesJar"])
artifact(tasks["testFixturesJar"])
}
}
}
1 change: 0 additions & 1 deletion infra/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ subprojects {
version = rootProject.version.toString()
from(components["java"])
artifact(tasks["sourcesJar"])
artifact(tasks["testFixturesJar"])
}
}
}
Expand Down

0 comments on commit 14053f9

Please sign in to comment.