Use the sane maven plugin

This commit is contained in:
Anuken
2019-11-19 22:32:59 -05:00
parent a6523c670f
commit 496677725e
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -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{
-3
View File
@@ -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