mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-04 17:55:36 +08:00
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
This commit is contained in:
@@ -64,7 +64,7 @@ afterEvaluate {
|
||||
// Creates a Maven publication called "release".
|
||||
release(MavenPublication) {
|
||||
from components.release
|
||||
groupId = 'com.github.termux'
|
||||
groupId = 'com.termux'
|
||||
artifactId = 'terminal-emulator'
|
||||
version = '0.114'
|
||||
artifact(sourceJar)
|
||||
|
@@ -43,7 +43,7 @@ afterEvaluate {
|
||||
// Creates a Maven publication called "release".
|
||||
release(MavenPublication) {
|
||||
from components.release
|
||||
groupId = 'com.github.termux'
|
||||
groupId = 'com.termux'
|
||||
artifactId = 'terminal-view'
|
||||
version = '0.114'
|
||||
artifact(sourceJar)
|
||||
|
@@ -58,7 +58,7 @@ afterEvaluate {
|
||||
// Creates a Maven publication called "release".
|
||||
release(MavenPublication) {
|
||||
from components.release
|
||||
groupId = 'com.github.termux'
|
||||
groupId = 'com.termux'
|
||||
artifactId = 'termux-shared'
|
||||
version = '0.114'
|
||||
artifact(sourceJar)
|
||||
|
Reference in New Issue
Block a user