fixed oversight in refactor
This commit is contained in:
parent
dc702b2445
commit
62ce5423a3
|
@ -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) {
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue