Skip to content

Commit

Permalink
Move to com.termux domain for termux libraries published with jitpack
Browse files Browse the repository at this point in the history
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
  • Loading branch information
agnostic-apollo committed Jun 22, 2021
1 parent 7f36d7b commit 69e5dee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terminal-emulator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion terminal-view/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion termux-shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 69e5dee

Please sign in to comment.