Skip to content

Commit

Permalink
Merge pull request #1011 from IETS3/merge/mps20223
Browse files Browse the repository at this point in the history
Merge maintenance/mps20223 into master
  • Loading branch information
arimer authored Jul 15, 2024
2 parents 3fa5bb2 + d02df74 commit 1320536
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 1320536

Please sign in to comment.