Gradle documentation lists group as a property of Project.
I failed to find any hints about the purpose and/or usage of this property.
Please point me into the right direction.
Gradle documentation lists group as a property of Project.
I failed to find any hints about the purpose and/or usage of this property.
Please point me into the right direction.
group signifies the groupId of the project/task that is being worked on.
com.example:my-project:0.1
----------- ---------- ---
| | |
groupId artifact version
group in build.gradle?build.gradle in groovy-core be adequate or should I be more specific?org.grails.plugins. They are not strictly use with Maven (as a build tool). They follow the Maven artifact definifion, so that it can be referred from maven central repo. Does it help?