fixed oversight in refactor

This commit is contained in:
NikkyAI 2018-02-15 23:20:01 +01:00
parent dc702b2445
commit 62ce5423a3
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ minecraft {
compileKotlin.doFirst {
def target = "src/main/kotlin/matterlink/gen"
copy {
from("../src/templates/kotlin/matterlink/Constants.kt")
from("src/templates/kotlin/matterlink/Constants.kt")
into(target)
}
ant.replaceregexp(match:'@VERSION@', replace: project.mod_version, flags:'g', byline:true) {

View File

@ -52,7 +52,7 @@ minecraft {
compileKotlin.doFirst {
def target = "src/main/kotlin/matterlink/gen"
copy {
from("../src/templates/kotlin/matterlink/Constants.kt")
from("src/templates/kotlin/matterlink/Constants.kt")
into(target)
}
ant.replaceregexp(match:'@VERSION@', replace: project.mod_version, flags:'g', byline:true) {