Skip to content

Commit 5a36e5c

Browse files
committed
fix build version
1 parent 92000c3 commit 5a36e5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
}
4848

4949
processResources {
50-
def props = [version: version]
50+
def props = [version: rootProject.version]
5151
inputs.properties props
5252
filteringCharset 'UTF-8'
5353
filesMatching('plugin.yml') {

0 commit comments

Comments
 (0)