Skip to content

Commit

Permalink
wtf gradle png files are no text files
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Jul 4, 2016
1 parent e94b42a commit f595ebb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Expand Up @@ -59,6 +59,7 @@ if (System.getenv().BUILD_NUMBER != null) version += "." + System.getenv().BUILD
//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 f595ebb

Please sign in to comment.