Skip to content

Commit

Permalink
do not publish omero-common-test
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Jul 20, 2023
1 parent 864b061 commit e86679a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
task testJar(type: Jar) {
from sourceSets.test.output
}
Expand All @@ -6,11 +7,13 @@ task testSourceJar(type: Jar) {
archiveClassifier.set("sources")
from sourceSets.test.allJava
}
*/

task jar(type: Jar, overwrite: true) {
from sourceSets.test.output
}

/*
publishing {
publications {
mavenTestJava(MavenPublication) {
Expand All @@ -19,4 +22,4 @@ publishing {
artifact testSourceJar
}
}
}
}*/

0 comments on commit e86679a

Please sign in to comment.