Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Commit

Permalink
Build script changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Feb 28, 2017
1 parent 1a6664e commit 877e999
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 1 addition & 13 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,7 @@ apply plugin: 'idea'
group = "covers1624.ccintelli"
archivesBaseName = "CCIntelliSetup"

// Define properties file
ext.configFile = file "build.properties"

import org.apache.tools.ant.filters.*;

configFile.withReader {
// Load config. It shall from now be referenced as simply config or project.config
def prop = new Properties()
prop.load(it)
project.ext.config = new ConfigSlurper().parse prop
}
String buildNo = 1
version = "${project.config.version}." + buildNo
version = "1.0-BETA"

def commonManifest = {
attributes 'Main-Class': 'covers1624.ccintelli.launch.Launch'
Expand Down
2 changes: 0 additions & 2 deletions build.properties

This file was deleted.

0 comments on commit 877e999

Please sign in to comment.