File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -72,23 +72,6 @@ dependencies {
72
72
73
73
android. libraryVariants. all { variant ->
74
74
def name = variant. buildType. name
75
- def jar = project. tasks. create(name : " jar${ name.capitalize()} " , type : Jar ) {
76
- dependsOn variant. javaCompile
77
- from variant. javaCompile. destinationDir
78
-
79
- manifest {
80
- attributes(
81
- " Bundle-Name" : ' parse-android' ,
82
- " Bundle-Version" : project. version
83
- )
84
- }
85
-
86
- exclude ' **/R.class'
87
- exclude ' **/R\$ *.class'
88
- exclude ' **/Manifest.class'
89
- exclude ' **/Manifest\$ *.class'
90
- exclude ' **/BuildConfig.class'
91
- }
92
75
93
76
def javadoc = task(" javadoc${ variant.name.capitalize()} " , type : Javadoc ) {
94
77
description " Generates Javadoc for $variant . name . "
@@ -113,7 +96,6 @@ android.libraryVariants.all { variant ->
113
96
}
114
97
115
98
if (name. equals(BuilderConstants . RELEASE )) {
116
- artifacts. add(' archives' , jar);
117
99
artifacts. add(' archives' , javadocJar);
118
100
}
119
101
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
}
20
20
```
21
21
22
- Snapshots of the development version are available in [ Sonatype 's ` snapshots ` repository] [ snap ] .
22
+ Snapshots of the development version are available in [ jFrog 's ` snapshots ` repository] [ snap ] .
23
23
24
24
## Usage
25
25
Everything can done through the supplied gradle wrapper:
You can’t perform that action at this time.
0 commit comments