Closed nick-paul closed 2 weeks ago
This PR adds a Gradle build configuration to aya
./gradlew jar
aya.jar
./gradlew eclipse
You can also use the .bat gradle file to run the same commands on windows
.bat
Closing in favor of #106
This PR adds a Gradle build configuration to aya
./gradlew jar
to buildaya.jar
and copy it into the root project directory./gradlew eclipse
to generate an eclipse projectYou can also use the
.bat
gradle file to run the same commands on windows