Top "Multi-project" questions

Multi-project test dependencies with gradle

I have a multi-project configuration and I want to use gradle. My projects are like this: Project A -> …

build dependencies gradle multi-project
Require Gradle project from another directory

I have a directory/project setup like this: C:\ _dev\ Projects\ Logger MyProject Logger is an Android library project using …

java android gradle android-library multi-project
Gradle exclude a specific subproject from full build

In our Gradle project, we want to add a new module for functional-tests that needs to be able to access …

gradle multi-project
Gradle nested multi-projects with project compile dependencies

I have an identical problem to this Gradle Multi-Module Project Setup but I have to use project compile dependencies to …

build dependencies gradle multi-project
Gradle multiproject gives "Could not find property 'sourceSets' on project" error

I had quite good gradle configuration, that built everything just fine. But one of the projects of my multi-project build …

gradle multi-project
Gradle and Multi-Project structure

I'm trying to understand how should I approach the following project setup: ┌Top Android Project │ ├── Project 1 - (Pure Java Modules) │ │ │ ├── …

android gradle android-studio build.gradle multi-project
Multiple settings gradle files for multiple projects building

I have the following project structure -->Starnderd Location -->Project1 -->settings.gradle -->build.…

build-automation gradle multi-project
How to execute a Gradle task once at the end of subproject tasks

I am working with the following project structure Project |-Subproject1 |-Subproject2 |build.gradle |settings.gradle The submodules are included in …

gradle multi-project
Gradle's publishToMavenLocal task is not executed correctly

I'm trying to create a gradle based multi-module project. There is also an project that contains different gradle scripts that …

gradle publish artifacts multi-project
Gradle subproject build dependency

I have a dependency problem and I do not know how to solve it. I have a project A, B …

java gradle dependencies multi-project subproject