forked fromdropbox/dropbox-sdk-java
- Notifications
You must be signed in to change notification settings - Fork0
Commit466f66a
Danny Weinberg
Kannan Goundan
Expose an additional jar that doesn't include OSGi manifest information
Currently doing a noop build of the SDK jar takes quite a while (for me, thejar task itself takes about 2.5 seconds to determine that it's up to date). Idug into this and it turns out that this is due to an inefficiency in the OSGiplugin when determining if the OSGi manifest is up to date.On my machine, a noop jarWithoutOsgi task is ~50x faster, taking about 0.05seconds.1 parent34267d4 commit466f66a
1 file changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
216 | 220 | | |
217 | 221 | | |
218 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
219 | 228 | | |
220 | 229 | | |
221 | 230 | | |
| |||
229 | 238 | | |
230 | 239 | | |
231 | 240 | | |
| 241 | + | |
232 | 242 | | |
233 | 243 | | |
234 | 244 | | |
| |||
0 commit comments
Comments
(0)