Skip to content

Commit

Permalink
Merge pull request #2083 from nextcloud/renovate/gradle-8.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency gradle to v8.7
  • Loading branch information
AndyScherzinger authored Apr 1, 2024
2 parents 60db880 + 22ee68e commit 6f091bb
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
1 change: 1 addition & 0 deletions gradle/verification-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.jar.license
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# 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
5 changes: 1 addition & 4 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# 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
Expand Down
3 changes: 3 additions & 0 deletions gradle/wrapper/gradle-wrapper.properties.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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
3 changes: 0 additions & 3 deletions gradlew
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
#!/bin/sh

#
# SPDX-FileCopyrightText: 2015-2021 the original author or authors.
# SPDX-License-Identifier: Apache-2.0
#
# Copyright © 2015-2021 the original authors.
#
Expand Down
3 changes: 0 additions & 3 deletions gradlew.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
@rem
@rem SPDX-FileCopyrightText: 2015 the original author or authors.
@rem SPDX-License-Identifier: Apache-2.0
@rem
@rem Copyright 2015 the original author or authors.
@rem
@rem Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
2 changes: 2 additions & 0 deletions gradlew.bat.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2015 the original author or authors.
SPDX-License-Identifier: Apache-2.0
2 changes: 2 additions & 0 deletions gradlew.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: 2015-2021 the original author or authors.
SPDX-License-Identifier: Apache-2.0

0 comments on commit 6f091bb

Please sign in to comment.