Merge pull request #311 from AbrarSyed/patch-3
fix derp in example builscript
This commit is contained in:
commit
b501f21624
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ processResources
|
|||
{
|
||||
// replace stuff in mcmod.info, nothing else
|
||||
from(sourceSets.main.resources.srcDirs) {
|
||||
include 'mcmod/info'
|
||||
include 'mcmod.info'
|
||||
|
||||
// replace version and mcversion
|
||||
expand 'version':project.version, 'mcversion':project.minecraft.version
|
||||
|
@ -35,4 +35,4 @@ processResources
|
|||
from(sourceSets.main.resources.srcDirs) {
|
||||
exclude 'mcmod.info'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue