Skip to content

Commit

Permalink
Subversion no more.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vexatos committed Oct 14, 2017
1 parent 4fffccc commit fd5fd98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ def getGitRef() {
if (System.getenv("BUILD_NUMBER") != null)
version += ".${System.getenv("BUILD_NUMBER")}"

if (config.oc.subversion != null && config.oc.subversion != "")
version += "-${config.oc.subversion}"

if (System.getenv("BUILD_NUMBER") == null)
version += "+" + getGitRef()

Expand Down
1 change: 0 additions & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ minecraft.version=1.7.10
forge.version=10.13.4.1448-1.7.10

oc.version=1.7.0
oc.subversion=dev

ae2.version=rv2-beta-26
bc.version=7.0.9
Expand Down

0 comments on commit fd5fd98

Please sign in to comment.