Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Commit

Permalink
Re-add the things that weren't meant to be removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yive committed Feb 15, 2016
1 parent f9010ef commit a35c164
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ minecraft {
srgExtra "PK: org/bukkit/craftbukkit org/bukkit/craftbukkit/v1_7_R4"
}

group = 'pw.prok'
group = 'ca.tcpr'

ext.buildInfoCached = null;

Expand Down Expand Up @@ -103,7 +103,7 @@ version = "${mcVersion}-${forgeVersion}.${revision}"
if (project.hasProperty('officialBuild')) println "Updated Thermos version: ${version}"

launch4j {
jreMinVersion = '1.6.0'
jreMinVersion = '1.7.0'
}

configurations {
Expand Down Expand Up @@ -206,7 +206,7 @@ task packageChangelog(type: CreateChangelog) {
onlyIf { project.hasProperty('officialBuild') }
classifier = 'changelog'
extension = 'txt'
oldChangelogUrl = "https://repo.prok.pw/${project.group.replace('.', '/')}/${project.name}/${buildInfo('version')}/${project.name}-${buildInfo('version')}-changelog.txt"
oldChangelogUrl = "https://i.tcpr.ca/thermos/changelog.txt"
hash = gitInfo('hash')
message = gitInfo('message')
version = project.version
Expand Down

1 comment on commit a35c164

@sameer
Copy link
Member

@sameer sameer commented on a35c164 Feb 16, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Woops, sorry about that @Yive !

Please sign in to comment.