kazurayam / inspectus4katalon-gradle-plugin

A Gradle plugin that helps Katalon Studio project to use the inspectus library. Inspectus-powered project will be able to perform Visual Inspection.
Apache License 2.0
0 stars 0 forks source link

Directory '/Users/kazuakiurayama/github/inspectus4katalon-gradle-plugin' does not contain a Gradle build #16

Closed kazurayam closed 1 year ago

kazurayam commented 1 year ago

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.

スクリーンショット 2022-12-04 14 49 12

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?

If so, how can I make it.

kazurayam commented 1 year ago

superceded to #20