Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC-Android
Manage
Activity
Members
Labels
Plan
Issues
529
Issue boards
Milestones
Wiki
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC-Android
Commits
d87450b2
Commit
d87450b2
authored
4 months ago
by
Nicolas Pomepuy
Browse files
Options
Downloads
Patches
Plain Diff
Update the classifier variable for gradle
parent
a55f148e
No related branches found
No related tags found
1 merge request
!1992
Prepare a new 3.5.5 release
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
application/vlc-android/build.gradle
+1
-1
1 addition, 1 deletion
application/vlc-android/build.gradle
buildsystem/publish.gradle
+2
-2
2 additions, 2 deletions
buildsystem/publish.gradle
with
3 additions
and
3 deletions
application/vlc-android/build.gradle
+
1
−
1
View file @
d87450b2
...
...
@@ -133,7 +133,7 @@ def generateTranslation() {
}
task
generateSources
(
type:
Jar
)
{
c
lassifier
=
'sources'
archiveC
lassifier
=
'sources'
from
android
.
sourceSets
.
main
.
java
.
srcDirs
}
...
...
This diff is collapsed.
Click to expand it.
buildsystem/publish.gradle
+
2
−
2
View file @
d87450b2
...
...
@@ -11,7 +11,7 @@ def allLicenses = ["LGPL-2.1"]
task
sourcesJar
(
type:
Jar
)
{
from
android
.
sourceSets
.
main
.
java
.
srcDirs
c
lassifier
=
'sources'
archiveC
lassifier
=
'sources'
}
task
javadoc
(
type:
Javadoc
)
{
...
...
@@ -20,7 +20,7 @@ task javadoc(type: Javadoc) {
}
task
javadocJar
(
type:
Jar
,
dependsOn:
javadoc
)
{
c
lassifier
=
'javadoc'
archiveC
lassifier
=
'javadoc'
from
javadoc
.
destinationDir
}
...
...
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