Skip to content

Commit

Permalink
gradle: fixed artifactid and pom dep. of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
arimer committed Jul 15, 2024
1 parent a3933cd commit 89b0c97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -392,10 +392,9 @@ publishing {

tests(MavenPublication) {
groupId 'org.iets3.opensource'
artifactId name
artifactId 'tests'
artifact packageTests

addDependency(pom, group, name, project.version, 'zip')
addDependency(pom, 'org.iets3', 'opensource', project.version, 'zip')

pom additionalPomInfo
}
Expand Down

0 comments on commit 89b0c97

Please sign in to comment.