Separate templates
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package {{ basePackage }}
|
||||
|
||||
|
||||
fun main() {
|
||||
println("Hello world!")
|
||||
}
|
||||
+3
-3
@@ -4,11 +4,11 @@
|
||||
|
||||
<plugins>
|
||||
|
||||
{% include "starter/plugins/@default" %}
|
||||
{% include "starter/pom/plugins/@default" %}
|
||||
|
||||
{% include "starter/plugins/@kotlin" %}
|
||||
{% include "starter/pom/plugins/@kotlin" %}
|
||||
|
||||
{% include "starter/plugins/@shade" %}
|
||||
{% include "starter/pom/plugins/@shade" %}
|
||||
|
||||
</plugins>
|
||||
</build>
|
||||
@@ -14,10 +14,10 @@
|
||||
<main.class>{{ basePackage }}/{{ name | lower | capitalize }}Kt</main.class>
|
||||
</properties>
|
||||
|
||||
{% include "starter/@dependencies" %}
|
||||
{% include "starter/pom/@dependencies" %}
|
||||
|
||||
{% include "starter/@repositories" %}
|
||||
{% include "starter/pom/@repositories" %}
|
||||
|
||||
{% include "starter/@plugins" %}
|
||||
{% include "starter/pom/@plugins" %}
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user