Skip to content

Commit 22da824

Browse files
author
Quintin Willison
committed
Update license references in Gradle files to use new main branch name.
1 parent df2df82 commit 22da824

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

android/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ uploadArchives {
6161
licenses {
6262
license {
6363
name 'The Apache Software License, Version 2.0'
64-
url 'https://raw.github.com/ably/ably-java/master/LICENSE'
64+
url 'https://raw.github.com/ably/ably-java/main/LICENSE'
6565
distribution 'repo'
6666
}
6767
}

java/maven.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ uploadArchives {
6363
licenses {
6464
license {
6565
name 'The Apache Software License, Version 2.0'
66-
url 'https://raw.github.com/ably/ably-java/master/LICENSE'
66+
url 'https://raw.github.com/ably/ably-java/main/LICENSE'
6767
distribution 'repo'
6868
}
6969
}

0 commit comments

Comments
 (0)