Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 6f091bb8 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #2083 from nextcloud/renovate/gradle-8.x

chore(deps): update dependency gradle to v8.7
parents 60db8809 22ee68e1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
      <verify-signatures>true</verify-signatures>
      <trusted-artifacts>
         <trust group="com.android.tools.build" name="aapt2" version="8.3.1-10880808" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
         <trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
      </trusted-artifacts>
      <ignored-keys>
         <ignored-key id="C730DCAEF653215C" reason="Key couldn't be downloaded from any key server"/>
−9 B (42.4 KiB)

File changed.

No diff preview for this file type.

+2 −2
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2015-2021 the original authors
# SPDX-License-Identifier: Apache-2.0
SPDX-FileCopyrightText: 2015-2021 the original authors
SPDX-License-Identifier: Apache-2.0
+1 −4
Original line number Diff line number Diff line
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
# SPDX-License-Identifier: GPL-3.0-or-later
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
+3 −0
Original line number Diff line number Diff line
SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
SPDX-License-Identifier: GPL-3.0-or-later
Loading