Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SableCC STUPS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
SableCC STUPS
Commits
a83e5b38
Commit
a83e5b38
authored
6 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Remove uses of deprecated Jar.classifier property in build.gradle
parent
05c2c03d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
with
2 additions
and
2 deletions
build.gradle
+
2
−
2
View file @
a83e5b38
...
@@ -24,12 +24,12 @@ repositories {
...
@@ -24,12 +24,12 @@ repositories {
mainClassName
=
"org.sablecc.sablecc.SableCC"
mainClassName
=
"org.sablecc.sablecc.SableCC"
task
javadocJar
(
type:
Jar
)
{
task
javadocJar
(
type:
Jar
)
{
c
lassifier
=
'
javadoc
'
archiveC
lassifier
.
set
(
"
javadoc
"
)
from
javadoc
from
javadoc
}
}
task
sourcesJar
(
type:
Jar
)
{
task
sourcesJar
(
type:
Jar
)
{
c
lassifier
=
'
sources
'
archiveC
lassifier
.
set
(
"
sources
"
)
from
sourceSets
.
main
.
allSource
from
sourceSets
.
main
.
allSource
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment