You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle/build.gradle.kts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,8 +79,8 @@ tasks {
79
79
})
80
80
else->throwInvalidUserDataException("Gib entweder -Ppatch oder -Pminor an, um die Versionsnummer automatisch zu inkrementieren, oder ändere sie selbst in gradle.properties und gib dann -Pmanual an!")
81
81
}
82
-
val desc = project.properties["desc"]?.toString()
83
-
?:throwInvalidUserDataException("Das Argument -Pdesc=\"Beschreibung dieser Version\" wird benötigt")
82
+
val desc = project.properties["m"]?.toString()
83
+
?:throwInvalidUserDataException("Das Argument -Pm=\"Beschreibung dieser Version\" wird benötigt")
0 commit comments