Skip to content

Commit

Permalink
Replaced maven with variables
Browse files Browse the repository at this point in the history
  • Loading branch information
HyCraftHD committed Jun 3, 2019
1 parent 6df0e84 commit 068a93f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -192,21 +192,21 @@ uploadArchives {
project {
name project.archivesBaseName
packaging "jar"
description "Useful-Backpacks"
url "https://github.com/MC-U-Team/Useful-Backpacks"
description "${config.maven.github_name}"
url "https://github.com/MC-U-Team/${config.maven.github_name}"
scm {
url "https://github.com/MC-U-Team/Useful-Backpacks"
connection "scm:git:git://github.com/MC-U-Team/Useful-Backpacks.git"
developerConnection "scm:git:git@github.com:MC-U-Team/Useful-Backpacks.git"
url "https://github.com/MC-U-Team/${config.maven.github_name}"
connection "scm:git:git://github.com/MC-U-Team/${config.maven.github_name}.git"
developerConnection "scm:git:git@github.com:MC-U-Team/${config.maven.github_name}.git"
}
issueManagement {
system "github"
url "https://github.com/MC-U-Team/Useful-Backpacks/issues"
url "https://github.com/MC-U-Team/${config.maven.github_name}/issues"
}
licenses {
license {
name "Apache License 2.0"
url "https://github.com/MC-U-Team/Useful-Backpacks/blob/1.13.2/LICENSE"
url "https://github.com/MC-U-Team/${config.maven.github_name}/blob/1.13.2/LICENSE"
distribution "repo"
}
}
Expand Down
3 changes: 3 additions & 0 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ curse.type=release
curse.display=Useful-Backpacks
curse.changelog=https://github.com/MC-U-Team/Useful-Backpacks/blob/1.13.2/CHANGELOG.md

#Maven
maven.github_name=Useful-Backpacks

#Dependencies
#UTeamCore
uteamcore.version=2.3.5.108

0 comments on commit 068a93f

Please sign in to comment.