Skip to content

Commit

Permalink
Merge pull request #7 from rwth-acis/develop
Browse files Browse the repository at this point in the history
Add missing publication (gradle)
  • Loading branch information
pdolif authored Jul 1, 2022
2 parents 5d7f154 + 4d9283a commit 7d3adaf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,16 @@ dependencies {
}

publishing {
publications {
maven(MavenPublication) {
groupId = 'i5.las2peer.apiTestModel'
artifactId = 'apiTestModel'
version = '0.1.1'

from components.java
}
}

repositories {
maven {
name = "GitHubPackages"
Expand Down

0 comments on commit 7d3adaf

Please sign in to comment.