Skip to content

Commit

Permalink
Change from Library to Implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosaparadam committed Oct 30, 2023
1 parent 7696144 commit b1abc6b
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 @@ -18,14 +18,14 @@ def baseGroupId = 'io.github.adempiere'
def customGroupId = System.getenv("ADEMPIERE_LIBRARY_GROUP")

dependencies {
api fileTree(
implementation fileTree(
dir: 'lib',
include: [
'*.jar'
]
)
// ADempiere Core
api "${baseGroupId}:base:${baseVersion}"
implementation "${baseGroupId}:base:${baseVersion}"
}

sourceSets {
Expand Down

0 comments on commit b1abc6b

Please sign in to comment.