Skip to content

Commit

Permalink
Try to fix publishing package #3
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-cd committed Jul 1, 2022
1 parent 7d3adaf commit 19b280d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ dependencies {
publishing {
publications {
maven(MavenPublication) {
groupId = 'i5.las2peer.apiTestModel'
artifactId = 'apiTestModel'
version = '0.1.1'
groupId = 'i5'
artifactId = 'las2peer-api-test-model'
version = '0.1.2'

from components.java
}
Expand Down

0 comments on commit 19b280d

Please sign in to comment.