- genAppBuild(Project, ApplicationVariant) - Method in TemplateGen
-
- GenerateBazelTask - Class in io.zcx.plugin.bazel.task
- genJavaLibraryBuild(Project) - Method in TemplateGen
-
- genLibraryBuild(Project, ApplicationVariant) - Method in TemplateGen
-
def srcDir = BazelUtils.getTargetPath(project.projectDir, dir)
srcDirs += "'${srcDir}/**',"
}
- genWorkspace(Project) - Method in TemplateGen
-
็ๆ WORKSPACE ๆไปถ
- getAptArtifactFile(Project, ResolvedArtifact) - Method in DependenciesUtils
-
- getArtifactFile(Project, ResolvedArtifact) - Method in DependenciesUtils
-
- getArtifactPath(Project, ResolvedArtifact) - Method in DependenciesUtils
-
- getBazelAptDir(Project, ResolvedArtifact) - Method in BazelUtils
-
- getBazelDepsDir(Project) - Method in BazelUtils
-
- getBazelDepsPath(Project) - Method in BazelUtils
-
Current project's bazel dependencies directory
- getBazelDir(Project) - Method in BazelUtils
-
Current project's bazel directory
- getBazelProjectName(Project) - Method in BazelUtils
-
- getBazelTargetName(Project) - Method in BazelUtils
-
- getBuildFile(Project) - Method in BazelUtils
-
BUILD.bazel
- getProjectTargetPath(Project, File) - Method in BazelUtils
-
- getTargetName(ResolvedDependency) - Method in BazelUtils
-
Use ResolvedDependency as target name, convert to valid bazel target name.
- getTargetPath(File, File) - Method in BazelUtils
-
Bazel target relative path
- getTargetPath(ResolvedArtifact) - Method in DependenciesUtils
-
- getWorkspaceFile(Project) - Method in BazelUtils
-
WORKSPACE
- getWorkspaceName(Project) - Method in BazelUtils
-
Get a legal workspace name.
- GradleToBazelPlugin - Class in io.zcx.plugin.bazel