Rename packages

This commit is contained in:
Victor Shcherb 2018-06-15 15:17:35 +02:00
parent db3b280a26
commit 77d08b1a35

View file

@ -1,10 +1,13 @@
apply plugin: 'java'
configurations {
android
}
task androidJar(type: Jar) {
appendix = "android"
from sourceSets.main.output
from sourceSets.main.java.outputDir
exclude("**/PlatformUtil.*")
}