airin
airin copied to clipboard
BUILD Files Not Generated
Repository: https://github.com/federicoiosue/Omni-Notes -> Using this OSS project as a way to test migration from Gradle -> Bazel.
Problem After running ./gradlew omniNotes:migrateToBazel --no-configure-on-demand
no bazel files generated, even with task success.
OUTPUT:
Omni-Notes develop * ./gradlew omniNotes:migrateToBazel --no-configure-on-demand
> Configure project :omniNotes
BUILD SUCCESSFUL in 486ms
1 actionable task: 1 up-to-date
Change to root build.gradle
classpath "io.morfly.airin:airin-gradle-android:0.5.2"
...
apply plugin: "io.morfly.airin.android"
airin {
targets += [":omniNotes"]
}
Expected
the task generates a set of Bazel files for a migration target, all its dependencies and the root module. Consequently, all of them can be built with Bazel.