[Editor] Enable creating and filling class with predefined FTL templates on project and class creation

This commit is contained in:
2021-03-01 15:48:33 +01:00
parent efc614939c
commit c20bf208ac
10 changed files with 87 additions and 6 deletions

View File

@@ -47,6 +47,7 @@ dependencies {
// Spring
implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.boot:spring-boot-starter-freemarker'
}
task provideGameEngine(type: Copy) {