fixed issue with project-template module wrt version

This commit is contained in:
Steve Ebersole 2020-11-05 10:41:48 -06:00
parent bbeb7ecff1
commit d4233ce6a8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ plugins {
// NOTE : Had trouble using the `distribution` plugin, so manually using Jar/Tar tasks
version = '0.1'
apply from: rootProject.file( 'gradle/base-information.gradle' )
ext {
processedTemplateDir = project.layout.buildDirectory.dir('resources/template')