v1.1.2: moved the robovm gradle plugin declaration to fix a build error
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath "com.mobidevelop.robovm:robovm-gradle-plugin:$robovmVersion"
|
||||
}
|
||||
}
|
||||
|
||||
apply plugin: "java"
|
||||
apply plugin: "robovm"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user