Skip to content

Commit 0fee105

Browse files
committed
Revert "Exclude test fixtures from publications"
This reverts commit 01b33b6.
1 parent 47026d8 commit 0fee105

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,9 @@ subprojects { project ->
187187
publishing {
188188
publications {
189189
jars(MavenPublication) {
190-
setArtifacts([jar, javadocJar, sourcesJar])
190+
from components.java
191+
artifact javadocJar
192+
artifact sourcesJar
191193

192194
pom {
193195
name = project.name

0 commit comments

Comments
 (0)