Skip to content

Commit

Permalink
Gradle & jenkins, are you guys high? The mod is called "InventoryLock…
Browse files Browse the repository at this point in the history
…" not "workspace"
  • Loading branch information
dries007 committed Oct 16, 2016
1 parent d5c0e99 commit d469008
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 35 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,5 +1,6 @@
.idea/
run/
InventoryLock.json

# Created by .ignore support plugin (hsz.mobi)
### JetBrains template
Expand Down
18 changes: 12 additions & 6 deletions build.gradle
Expand Up @@ -22,7 +22,10 @@
* SOFTWARE.
*/

import groovy.json.*

import groovy.json.JsonBuilder
import groovy.json.JsonOutput
import groovy.json.JsonSlurper

buildscript {
repositories {
Expand All @@ -39,15 +42,18 @@ buildscript {

apply plugin: "net.minecraftforge.gradle.forge"

version = modVersion
group = modGroup
archivesBaseName = archivesBaseName
group = "net.doubledoordev"
archivesBaseName = "InventoryLock"
version = "1.0.0"
if (System.getenv().BUILD_NUMBER != null) version += "." + System.getenv().BUILD_NUMBER

targetCompatibility = 1.7
sourceCompatibility = 1.7

minecraft {
version = project.forgeVersion
version = "1.10.2-12.18.2.2099"
runDir = "run"
mappings = project.mcpVersion
mappings = "snapshot_20161013"
}

repositories {
Expand Down
29 changes: 0 additions & 29 deletions gradle.properties

This file was deleted.

0 comments on commit d469008

Please sign in to comment.