Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
yamelsenih authored Aug 29, 2023
1 parent b11a791 commit 678a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ signing {
}

def entityType = 'D'
version = "1.0.0"
version = System.getenv("ADEMPIERE_LIBRARY_VERSION") ?: "local-1.0.0"
def customGroupId = System.getenv("ADEMPIERE_LIBRARY_GROUP")
jar {
manifest {
Expand Down

0 comments on commit 678a8f7

Please sign in to comment.