Skip to content

Commit

Permalink
Merge pull request #1009 from IETS3/refactor/LicensingPomDeps
Browse files Browse the repository at this point in the history
gradle: fixed artifactid and pom dep. of tests
  • Loading branch information
arimer authored Jul 15, 2024
2 parents a3933cd + 89b0c97 commit 24c9d99
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 24c9d99

Please sign in to comment.