Skip to content

Commit 6f091bb

Browse files
Merge pull request #2083 from nextcloud/renovate/gradle-8.x
chore(deps): update dependency gradle to v8.7
2 parents 60db880 + 22ee68e commit 6f091bb

File tree

9 files changed

+11
-12
lines changed

9 files changed

+11
-12
lines changed

gradle/verification-metadata.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<verify-signatures>true</verify-signatures>
66
<trusted-artifacts>
77
<trust group="com.android.tools.build" name="aapt2" version="8.3.1-10880808" reason="ships OS specific artifacts (win/linux) - temp global trust"/>
8+
<trust file=".*-sources[.]jar" regex="true" reason="Android Studio downloads source jars but doesn't add checksums - fixes building in AS"/>
89
</trusted-artifacts>
910
<ignored-keys>
1011
<ignored-key id="C730DCAEF653215C" reason="Key couldn't be downloaded from any key server"/>

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# SPDX-FileCopyrightText: 2015-2021 the original authors
2-
# SPDX-License-Identifier: Apache-2.0
1+
SPDX-FileCopyrightText: 2015-2021 the original authors
2+
SPDX-License-Identifier: Apache-2.0

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
2-
# SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
3-
# SPDX-License-Identifier: GPL-3.0-or-later
41
distributionBase=GRADLE_USER_HOME
52
distributionPath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
74
networkTimeout=10000
85
validateDistributionUrl=true
96
zipStoreBase=GRADLE_USER_HOME
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
2+
SPDX-FileCopyrightText: 2015-2024 Stefan Niedermann <info@niedermann.it>
3+
SPDX-License-Identifier: GPL-3.0-or-later

gradlew

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#!/bin/sh
22

3-
#
4-
# SPDX-FileCopyrightText: 2015-2021 the original author or authors.
5-
# SPDX-License-Identifier: Apache-2.0
63
#
74
# Copyright © 2015-2021 the original authors.
85
#

gradlew.bat

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
@rem
2-
@rem SPDX-FileCopyrightText: 2015 the original author or authors.
3-
@rem SPDX-License-Identifier: Apache-2.0
4-
@rem
52
@rem Copyright 2015 the original author or authors.
63
@rem
74
@rem Licensed under the Apache License, Version 2.0 (the "License");

gradlew.bat.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2015 the original author or authors.
2+
SPDX-License-Identifier: Apache-2.0

gradlew.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
SPDX-FileCopyrightText: 2015-2021 the original author or authors.
2+
SPDX-License-Identifier: Apache-2.0

0 commit comments

Comments
 (0)