mirror of
https://github.com/apple/pkl.git
synced 2026-04-29 03:37:12 +02:00
Fix dependency scopes (#1534)
Fixes the following pom.xml issues: 1. pkl-doc and pkl-codegen-java sets the wrong dependency scopes for pkl-commons-cli/pkl-base 2. pkl-config-kotlin sets the wrong dependency scope for pkl-config-java-all Closes #1293 Closes #1517
This commit is contained in:
@@ -21,11 +21,11 @@ plugins {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
// CliJavaCodeGeneratorOptions exposes CliBaseOptions
|
||||
// CliJavaCodeGeneratorOptions exposes pkl-commons-cli and pkl-base
|
||||
api(projects.pklCommonsCli)
|
||||
api(projects.pklCore)
|
||||
|
||||
implementation(projects.pklCommons)
|
||||
implementation(projects.pklCore)
|
||||
implementation(libs.javaPoet)
|
||||
|
||||
testImplementation(projects.pklConfigJava)
|
||||
|
||||
Reference in New Issue
Block a user