Skip to content

Commit 132e9c3

Browse files
authored
Fix links in the published POM file (#274)
* Fix githubPath * Fix link to license content
1 parent 2d46979 commit 132e9c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ group = 'com.tokbox'
1414
archivesBaseName = 'opentok-server-sdk'
1515
version = '4.15.1'
1616

17-
ext.githubPath = "opentok/$archivesBaseName"
17+
ext.githubPath = "opentok/Opentok-Java-SDK"
1818

1919
repositories {
2020
mavenCentral()
@@ -117,7 +117,7 @@ publishing {
117117
licenses {
118118
license {
119119
name = 'MIT License'
120-
url = "https://raw.github.com/$githubPath/main/LICENCE.txt"
120+
url = "https://raw.github.com/$githubPath/refs/heads/main/LICENSE"
121121
}
122122
}
123123
developers {

0 commit comments

Comments
 (0)