mirror of
https://github.com/encounter/robovm.git
synced 2026-03-30 11:36:44 -07:00
2de696d51b
Replicates behaviour of Robovm gradle plugin.
7 lines
201 B
Bash
Executable File
7 lines
201 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
mvn clean install
|
|
mvn -f plugins/idea/pom.xml clean install
|
|
mvn -f plugins/eclipse/pom.xml clean install
|
|
./plugins/gradle/gradlew -b plugins/gradle/build.gradle clean assemble install
|