Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
general
stups
SableCC STUPS
Commits
05c2c03d
Commit
05c2c03d
authored
Mar 06, 2019
by
dgelessus
Browse files
Add Gradle application plugin
parent
cfc26a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
05c2c03d
apply
plugin:
'application'
apply
plugin:
'java'
apply
plugin:
'eclipse'
apply
plugin:
'maven'
...
...
@@ -20,6 +21,8 @@ repositories {
jcenter
()
}
mainClassName
=
"org.sablecc.sablecc.SableCC"
task
javadocJar
(
type:
Jar
)
{
classifier
=
'javadoc'
from
javadoc
...
...
@@ -32,7 +35,7 @@ task sourcesJar(type: Jar) {
jar
{
manifest
{
attributes
'Main-Class'
:
'org.sablecc.sablecc.SableCC'
attributes
'Main-Class'
:
mainClassName
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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