Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Umano: News Read To You
AndroidSlidingUpPanel
Commits
74b6da4d
Commit
74b6da4d
authored
10 years ago
by
tokudu
Browse files
Options
Download
Email Patches
Plain Diff
Fixed the srcDirs issue with gradle 2.1
parent
25976cb9
master
3.1
github/fork/LadyLazorcorn/sliding-content-design
github/fork/LadyLazorcorn/use-proper-color-scheme-and-toolbar-design
github/fork/MuhamedFathy/master
github/fork/SmolParascythe/SmolParascythe-update-readme
github/fork/WurstMitDurst/horizontalSliding
github/fork/albertsal/master
github/fork/alt236/workaround-for-pruned-methods-and-constants-in-android-p
github/fork/alxndr-k/master
github/fork/amanzan/master
github/fork/anasanasanas123/master
github/fork/ardacebi/patch-1
github/fork/chynnasevilleno/master
github/fork/daxcurson/master
github/fork/enricocid/master
github/fork/ferglezt/master
github/fork/hannesa2/VariablePanelHeightSmoothSlide
github/fork/jhlee4bb/master
github/fork/jose-gil/master
github/fork/julioz/patch-1
github/fork/kinglong123/listview
github/fork/mariotaku/master
github/fork/msdrozd/master
github/fork/patrickfav/master
github/fork/renaudcerrato/remove_need_of_scrollable_view
github/fork/sarahlensing/sl-expand-collapse-no-animation
github/fork/slobglob/master
github/fork/taltstidl/master
github/fork/thefex/master
github/fork/xiaolongyuan/viewpager-recyclerview-demo
iss694
3.3.0
3.2.0
3.0.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
maven_push.gradle
+2
-2
maven_push.gradle
with
2 additions
and
2 deletions
+2
-2
maven_push.gradle
+
2
-
2
View file @
74b6da4d
...
...
@@ -59,7 +59,7 @@ afterEvaluate { project ->
}
task
androidJavadocs
(
type:
Javadoc
)
{
source
=
android
.
sourceSets
.
main
.
java
source
=
android
.
sourceSets
.
main
.
java
.
srcDirs
}
task
androidJavadocsJar
(
type:
Jar
)
{
...
...
@@ -71,7 +71,7 @@ afterEvaluate { project ->
task
androidSourcesJar
(
type:
Jar
)
{
classifier
=
'sources'
//basename = artifact_id
from
android
.
sourceSets
.
main
.
java
from
android
.
sourceSets
.
main
.
java
.
srcDirs
}
artifacts
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets