Skip to content

Commit 69e5dee

Browse files
Move to com.termux domain for termux libraries published with jitpack
A DNS TXT record has been added from git.termux.com to https://github.com/termux at termux.com by @fornwall ``` dig txt git.termux.com ;; ANSWER SECTION: git.termux.com.300INTXT"https://github.com/termux" ``` https://jitpack.io/docs/#custom-domain-name
1 parent 7f36d7b commit 69e5dee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terminal-emulator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ afterEvaluate {
6464
// Creates a Maven publication called "release".
6565
release(MavenPublication) {
6666
from components.release
67-
groupId = 'com.github.termux'
67+
groupId = 'com.termux'
6868
artifactId = 'terminal-emulator'
6969
version = '0.114'
7070
artifact(sourceJar)

terminal-view/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ afterEvaluate {
4343
// Creates a Maven publication called "release".
4444
release(MavenPublication) {
4545
from components.release
46-
groupId = 'com.github.termux'
46+
groupId = 'com.termux'
4747
artifactId = 'terminal-view'
4848
version = '0.114'
4949
artifact(sourceJar)

termux-shared/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ afterEvaluate {
5858
// Creates a Maven publication called "release".
5959
release(MavenPublication) {
6060
from components.release
61-
groupId = 'com.github.termux'
61+
groupId = 'com.termux'
6262
artifactId = 'termux-shared'
6363
version = '0.114'
6464
artifact(sourceJar)

0 commit comments

Comments
 (0)