File tree Expand file tree Collapse file tree 6 files changed +1100
-150
lines changed
PThread/src/main/java/com/nativelibs4java/pthread Expand file tree Collapse file tree 6 files changed +1100
-150
lines changed Original file line number Diff line number Diff line change 8989 <plugin >
9090 <groupId >org.apache.maven.plugins</groupId >
9191 <artifactId >maven-shade-plugin</artifactId >
92- <version >1.4</version >
9392 <configuration >
9493 <relocations >
9594 <relocation >
354353 <configuration >
355354 <shadedArtifactAttached >true</shadedArtifactAttached >
356355 <shadedClassifierName >android</shadedClassifierName >
356+ <artifactSet >
357+ <includes >
358+ <include >com.google.android.tools:dx</include >
359+ </includes >
360+ <excludes >
361+ <exclude >junit:junit</exclude >
362+ </excludes >
363+ </artifactSet >
357364 <filters >
358365 <filter >
359366 <artifact >com.nativelibs4java:bridj</artifact >
Original file line number Diff line number Diff line change 55 <artifactId >interop-integration-root</artifactId >
66 <packaging >pom</packaging >
77 <name >Interop Integration Root</name >
8+ <version >0.6.1</version >
89
910 <parent >
1011 <groupId >com.nativelibs4java</groupId >
1415 </parent >
1516
1617 <modules >
18+ <!--
1719 <module>VersionSpecificBridJ</module>
20+ -->
1821 </modules >
1922</project >
You can’t perform that action at this time.
0 commit comments