on 0.2.0, when I opend the inspectus4katalon-gradle-plugin project in IntelliJ IDEA, it showed a message
Directory '/Users/kazuakiurayama/github/inspectus4katalon-gradle-plugin' does not contain a Gradle build.
Yes, the project does not have build.gradle and settings.gradle file in the project root directory.
The subdirectory development contains those Gradle related files.
Now I have a question.
I wanted the root directory inspectus4katalon-gradle-plugin to be just a container of the subdirectories development and application.
I thought I do not need to make this a multi-project in Gradle's term.
But do I have to do so? Do I need to make it a multi-project?
on 0.2.0, when I opend the inspectus4katalon-gradle-plugin project in IntelliJ IDEA, it showed a message
Directory '/Users/kazuakiurayama/github/inspectus4katalon-gradle-plugin' does not contain a Gradle build.
Yes, the project does not have
build.gradle
andsettings.gradle
file in the project root directory. The subdirectorydevelopment
contains those Gradle related files.Now I have a question.
I wanted the root directory
inspectus4katalon-gradle-plugin
to be just a container of the subdirectoriesdevelopment
andapplication
.I thought I do not need to make this a multi-project in Gradle's term.
But do I have to do so? Do I need to make it a multi-project?
If so, how can I make it.