Skip to content

Commit

Permalink
fix jar publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
kozarezvlad committed Sep 6, 2024
1 parent 08e5409 commit 339bf84
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ plugins {
}
apply from: '../ic4j-agent/upload-github.gradle'

group 'org.ic4j'
version 'tangem-0.0.1'
group 'com.tangem.ic4j'
version '0.0.1'


repositories {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ nexusPass=pass
githubUser=github_user
githubPass=github_pass

artifactGroupId=com.tangem
artifactId=shouldBeOverriddenByPublishingModule
artifactGroupId=com.tangem.ic4j
artifactId=ic4j-agent
artifactVersion=0.0.1

0 comments on commit 339bf84

Please sign in to comment.