Commit 3b3356d0 authored by PEZOT Augustin's avatar PEZOT Augustin
Browse files

Génération .jar

parent 549692b5
......@@ -31,3 +31,12 @@ repositories {
// You can declare any Maven/Ivy/file repository here.
jcenter()
}
jar {
manifest {
attributes 'Main-Class' : 'eu.telecomnancy.App'
}
baseName = 'App'
from {configurations.compile.collect { it.isDirectory() ? it : zipTree(it)}}
//with jar
}
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment