Skip to content

Commit

Permalink
Derive the Excite artifact from its 'master' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamebuster19901 committed May 21, 2024
1 parent a0079ad commit c2ed417
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 @@ -26,12 +26,12 @@ repositories {
dependencies {
shadow('com.thegamecommunity:excite') {
version {
branch = 'develop-extract'
branch = 'master'
}
}
implementation('com.thegamecommunity:excite') {
version {
branch = 'develop-extract'
branch = 'master'
}
}
shadow group: 'org.apache.commons', name: 'commons-text', version: '1.11.0'
Expand Down

0 comments on commit c2ed417

Please # to comment.