Skip to content

Commit e00ddc1

Browse files
authored
Merge pull request #13 from ballerina-platform/initial-impl
Fix issues in release flow
2 parents 14e7dfe + 96ed42f commit e00ddc1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

build.gradle

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,10 @@ release {
8888

8989
task build {
9090
dependsOn('moesif-extension-ballerina:build')
91-
}
91+
}
92+
93+
project(':moesif-extension-ballerina') {
94+
tasks.withType(JavaCompile) {
95+
dependsOn ':moesif-extension-native:build'
96+
}
97+
}

0 commit comments

Comments
 (0)