added DEV version to repo

This commit is contained in:
Fr4nz D13trich 2025-09-18 18:43:03 +02:00
parent 1ef725ef20
commit 23e673bfdf
2135 changed files with 97033 additions and 21206 deletions

View file

@ -6,7 +6,7 @@
# SPDX-FileCopyrightText: 2017-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2017 Jason Atwood
# SPDX-FileCopyrightText: 2017 Tobias Kaminsky <tobias@kaminsky.me>
# SPDX-License-Identifier: AGPL-3.0-or-later
# SPDX-License-Identifier: AGPL-3.0-or-later OR GPL-2.0-only
Encoding.default_external = Encoding::UTF_8
@ -61,7 +61,7 @@ end
# run Lint
puts "running Lint..."
system './gradlew clean lintGplayDebug 1>/dev/null'
system './gradlew clean lintGplayDebug'
# confirm that Lint ran w/out error
result = $?.to_i