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