티스토리 뷰

728x90
gradle --settings-file alt-settings.gradle tasks --all

https://stackoverflow.com/questions/61544790/how-do-i-use-a-custom-gradle-build-file-and-gradle-settings-file

 

How do I use a custom gradle build file and gradle settings file

The gradle command has a bunch of flags to customize its environment [1]. Among them are --build-file and --settings-file. But I can't seem to get them to work the way I expect them to. I expected...

stackoverflow.com

include ':app', ':new_lib'
project(':new_lib').projectDir = new File('../new_lib/app')

https://stackoverflow.com/questions/19299316/require-gradle-project-from-another-directory

 

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 Gradle. MyProject is a standard And...

stackoverflow.com

 

728x90

'공부' 카테고리의 다른 글

[kotlin] URL.domain()  (0) 2022.06.20
[swagger] custom path, custom api-docs  (0) 2022.06.20
[Shell] concat string arrays  (0) 2022.06.20
[java] org.apache.commons.lang3.CharEncoding.UTF_8  (0) 2022.06.20
[kotlin] avroUtils (/avsc)  (0) 2022.06.20
댓글