Specifiy group id in build gradle file instead of settings

This commit is contained in:
Jonas Tobias Hopusch 2021-09-19 19:23:45 +02:00
parent 090616d05d
commit 8059cccc50
Failed to generate hash of commit
2 changed files with 4 additions and 1 deletions

View file

@ -14,6 +14,9 @@ plugins {
application
}
group = "de.jotoho"
version = "0.1.0"
repositories {
// Use Maven Central for resolving dependencies.
mavenCentral()

View file

@ -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")