gradle-archetype-plugin icon indicating copy to clipboard operation
gradle-archetype-plugin copied to clipboard

@packageName@ variables not being substituted for annotations

Open code-uri opened this issue 2 years ago • 1 comments

@packageName@ variables not being substituted for annotations. @ComponentScan("@packageName") public class ExampleConfig{ } I see this error in the console. GStringTemplateScript78500.groovy: 18: Unexpected character: '"' @ line 18, column 9. ${ComponentScan("}packageName@\") Can someone guide me how to resolved this?

code-uri avatar May 14 '22 11:05 code-uri

Got it resolved. refer https://github.com/orctom/gradle-archetype-plugin/pull/14

code-uri avatar May 14 '22 12:05 code-uri