mirror of
https://github.com/encounter/robovm.git
synced 2026-03-30 11:36:44 -07:00
6 lines
201 B
Bash
Executable File
6 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 |