Skip to content

Commit ec91a62

Browse files
committed
fix from previous commit
1 parent 0839ce3 commit ec91a62

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ if (!getFile(targetPackageJava).exists() && !getFile(targetPackageScala).exists(
108108
if (apiPackage) {
109109
final String endApiPath = modGroupPath + '/' + apiPackagePath
110110
if (useSrcApiPath) {
111-
targetPackageJava = 'src/api/java' + endApiPath
112-
targetPathScala = 'src/api/scala' + endApiPath
113-
targetPathKotlin = 'src/api/kotlin' + endApiPath
111+
targetPackageJava = 'src/api/java/' + endApiPath
112+
targetPackageScala = 'src/api/scala/' + endApiPath
113+
targetPackageKotlin = 'src/api/kotlin/' + endApiPath
114114
} else {
115115
targetPackageJava = javaSourceDir + endApiPath
116116
targetPackageScala = scalaSourceDir + endApiPath

0 commit comments

Comments
 (0)