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 92e4d3e
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions publish.gradle
Original file line number Diff line number Diff line change
@@ -1,22 +1,3 @@
task testJar(type: Jar) {
from sourceSets.test.output
}

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) {
artifactId "$project.name-test"
artifact testJar
artifact testSourceJar
}
}
}

0 comments on commit 92e4d3e

Please sign in to comment.