Use the sane maven plugin
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ buildscript{
|
|||||||
|
|
||||||
allprojects{
|
allprojects{
|
||||||
version = 'release'
|
version = 'release'
|
||||||
apply plugin: 'maven-publish'
|
apply plugin: 'maven'
|
||||||
group = 'com.github.Anuken'
|
group = 'com.github.Anuken'
|
||||||
|
|
||||||
ext{
|
ext{
|
||||||
|
|||||||
@@ -41,9 +41,6 @@ task deploy{
|
|||||||
dependsOn createIPA
|
dependsOn createIPA
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
build.dependsOn copyAssets
|
|
||||||
|
|
||||||
launchIPhoneSimulator.dependsOn build
|
launchIPhoneSimulator.dependsOn build
|
||||||
launchIPadSimulator.dependsOn build
|
launchIPadSimulator.dependsOn build
|
||||||
launchIOSDevice.dependsOn build
|
launchIOSDevice.dependsOn build
|
||||||
|
|||||||
Reference in New Issue
Block a user