Post-Implementation refactoring of application #9

Merged
jotoho merged 17 commits from refactoring into master 2021-09-19 20:40:50 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 8059cccc50 - Show all commits

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