Skip to content

Commit

Permalink
Only import a specific jar as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman committed Aug 7, 2024
1 parent 214f8bd commit f829a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ apply plugin: 'maven-publish'


dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api fileTree( dir: 'libs', include: ['apache-etch-java-runtime-1.4.0.jar'])
}

sourceSets {
Expand Down

0 comments on commit f829a8b

Please sign in to comment.