Specifiy group id in build gradle file instead of settings
This commit is contained in:
parent
090616d05d
commit
8059cccc50
2 changed files with 4 additions and 1 deletions
|
@ -14,6 +14,9 @@ plugins {
|
|||
application
|
||||
}
|
||||
|
||||
group = "de.jotoho"
|
||||
version = "0.1.0"
|
||||
|
||||
repositories {
|
||||
// Use Maven Central for resolving dependencies.
|
||||
mavenCentral()
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
* in the user manual at https://docs.gradle.org/7.2/userguide/multi_project_builds.html
|
||||
*/
|
||||
|
||||
rootProject.name = "de.jotoho.waituntil"
|
||||
rootProject.name = "waituntil"
|
||||
include("app")
|
||||
|
|
Loading…
Reference in a new issue