[1.15.2] Source missing build properties (and maybe target for 'mods' directory)
Wabbit0101 opened this issue ยท 1 comments
Howdy, there seems to be a missing 'build.properties' or equivalent file from the public source code. git cloning and running ./gradlew build
(to generate basic jar) generates error at line:
Build file 'U:\home\me\softdev\...\mods\debug\productive_bees\build.gradle' line: 24
I also see a few properties like '${top_version}
' that are also missing along w/ mods
directory (assuming there is a build target for 'mods')?