From b4ddb244e1fc3a6e3414fd149fdadba0a589ba7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bresson?= Date: Thu, 2 Jan 2025 10:50:12 +0100 Subject: [PATCH 1/2] Fix githubPath --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 0af273e..60f050f 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ group = 'com.tokbox' archivesBaseName = 'opentok-server-sdk' version = '4.15.0' -ext.githubPath = "opentok/$archivesBaseName" +ext.githubPath = "opentok/Opentok-Java-SDK" repositories { mavenCentral() From d771e1b48cc668b4f546256b0cb224a50f7977f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Bresson?= Date: Thu, 2 Jan 2025 11:11:36 +0100 Subject: [PATCH 2/2] Fix link to license content --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 60f050f..32a93e2 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {