Skip to content

Commit

Permalink
Merge pull request #1010 from IETS3/merge/mps20222
Browse files Browse the repository at this point in the history
Merge maintenance/mps20222 into maintenance/mps20223
  • Loading branch information
arimer authored Jul 15, 2024
2 parents b55f442 + 5eb5f3e commit 7e3615a
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 @@ -394,10 +394,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 7e3615a

Please sign in to comment.