Skip to content

Commit

Permalink
Fix links in the published POM file (#274)
Browse files Browse the repository at this point in the history
* Fix githubPath

* Fix link to license content
  • Loading branch information
jmini authored Jan 6, 2025
1 parent 2d46979 commit 132e9c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ group = 'com.tokbox'
archivesBaseName = 'opentok-server-sdk'
version = '4.15.1'

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

repositories {
mavenCentral()
Expand Down Expand Up @@ -117,7 +117,7 @@ publishing {
licenses {
license {
name = 'MIT License'
url = "https://raw.github.com/$githubPath/main/LICENCE.txt"
url = "https://raw.github.com/$githubPath/refs/heads/main/LICENSE"
}
}
developers {
Expand Down

0 comments on commit 132e9c3

Please sign in to comment.