Add project group to all projects.
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
Some checks failed
Java CI with Gradle / build (push) Has been cancelled
This commit is contained in:
parent
eedce49ded
commit
da929d8942
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ plugins {
|
||||||
id 'eclipse'
|
id 'eclipse'
|
||||||
}
|
}
|
||||||
|
|
||||||
project.group = 'org.jdrupes.vmoperator'
|
allprojects {
|
||||||
|
project.group = 'org.jdrupes.vmoperator'
|
||||||
|
}
|
||||||
|
|
||||||
task stage {
|
task stage {
|
||||||
description = 'To be executed by CI, build and update JavaDoc.'
|
description = 'To be executed by CI, build and update JavaDoc.'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue