Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
Update package name
  • Loading branch information
yamelsenih authored Dec 24, 2024
1 parent 9158355 commit 063d13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ plugins {
}

ext {
publishLibraryRepo = "https://maven.pkg.github.com/openls/adempiere-lib"
publishGroupId = "org.openls.adempiere"
publishLibraryRepo = "https://maven.pkg.github.com/solop-develop/adempiere-base"
publishGroupId = "org.solop.adempiere"
publishUsername = findProperty("deployUsername") ?: System.properties['deploy.user']
publishPassword = findProperty("deployPassword") ?: System.properties['deploy.token']
publishVersion = findProperty("deployVersion") ?: "local-1.0.0"
Expand Down

0 comments on commit 063d13f

Please sign in to comment.