fixed issue with project-template module wrt version
This commit is contained in:
parent
bbeb7ecff1
commit
d4233ce6a8
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue