Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
First 1.9 / 1.10 build Attempt 2 Part 2
  • Loading branch information
dries007 committed Jul 21, 2016
1 parent c12bd2c commit b38e02a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -48,6 +48,7 @@ minecraft {
//noinspection GroovyAssignabilityCheck
processResources {
from(sourceSets.main.resources.srcDirs) {
include 'mcmod.info'
expand 'version':project.version, 'mcversion':project.minecraft.version, 'modid':project.archivesBaseName, 'githuborg':githuborg, 'description':description, 'group':project.group, 'artifactId':project.archivesBaseName
}

Expand Down

0 comments on commit b38e02a

Please sign in to comment.