Skip to content

Commit

Permalink
Change artifact ID
Browse files Browse the repository at this point in the history
Change artifact ID to eventflow
  • Loading branch information
godstale committed Jul 24, 2022
1 parent 2a71b16 commit 4985a3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eventflow/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ afterEvaluate {
// Applies the component for the release build variant.
from components.release
groupId = 'com.hardcopy.eventflow'
artifactId = 'Library(eventflow)'
artifactId = 'eventflow'
version = '1.0.0'
}

debug(MavenPublication) {
// Applies the component for the debug build variant.
from components.debug
groupId = 'com.hardcopy.eventflow'
artifactId = 'Library(eventflow)'
artifactId = 'eventflow'
version = '1.0.0'
}
}
Expand Down

0 comments on commit 4985a3e

Please sign in to comment.