Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
PEZOT Augustin
pcd2k18-gradle-bootstrap
Commits
3b3356d0
Commit
3b3356d0
authored
6 years ago
by
PEZOT Augustin
Browse files
Options
Download
Email Patches
Plain Diff
Génération .jar
parent
549692b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
build.gradle
build.gradle
+9
-0
No files found.
build.gradle
View file @
3b3356d0
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment